diff --git a/NOTICE b/NOTICE index b980f71ed4e9414dd1b998356d02aff0421fee68..eb23b438996b0c265fec2b2f65bd5f2e2504b366 100644 --- a/NOTICE +++ b/NOTICE @@ -55,7 +55,7 @@ The following software have components provided under the terms of this license: - Jinja2 (from http://jinja.pocoo.org/, https://palletsprojects.com/p/jinja/) - MarkupSafe (from https://palletsprojects.com/p/markupsafe/) - Werkzeug (from https://palletsprojects.com/p/werkzeug/) -- click (from http://github.com/mitsuhiko/click) +- click (from http://github.com/mitsuhiko/click, https://palletsprojects.com/p/click/) - cryptography (from https://github.com/pyca/cryptography) - httpcore (from https://github.com/encode/httpcore) - httpx (from https://github.com/encode/httpx) @@ -100,7 +100,7 @@ The following software have components provided under the terms of this license: - Jinja2 (from http://jinja.pocoo.org/, https://palletsprojects.com/p/jinja/) - MarkupSafe (from https://palletsprojects.com/p/markupsafe/) - Werkzeug (from https://palletsprojects.com/p/werkzeug/) -- click (from http://github.com/mitsuhiko/click) +- click (from http://github.com/mitsuhiko/click, https://palletsprojects.com/p/click/) - itsdangerous (from http://github.com/mitsuhiko/itsdangerous, https://palletsprojects.com/p/itsdangerous/) - jinja2 - requests-oauthlib (from https://github.com/requests/requests-oauthlib) diff --git a/deployment/default-policies/legal.rego b/deployment/default-policies/legal.rego index b0dc38e507bb6f774ab1a7b39fc4b9a5240f6bda..44344feeb74874cebefddd323c555192cb4a55df 100644 --- a/deployment/default-policies/legal.rego +++ b/deployment/default-policies/legal.rego @@ -19,5 +19,5 @@ groups := http.send({ "body": body, "headers": headers, "force_cache": true, - "force_cache_duration_seconds": 900 + "force_cache_duration_seconds": 60 }) \ No newline at end of file diff --git a/devops/aws/opa/values.yaml b/devops/aws/opa/values.yaml index 490d041d079674b53a37b2049c7ec5ba8be2449f..c9f714e5a5f2a7225f10ab7cd7c71043682dfe9b 100644 --- a/devops/aws/opa/values.yaml +++ b/devops/aws/opa/values.yaml @@ -1,6 +1,6 @@ # Service Config -image: openpolicyagent/opa:latest +image: openpolicyagent/opa:0.41.0 imagePullPolicy: IfNotPresent partitions: - osdu