From 33ed444ad3a2e07b678085ecc41b95662a4679d2 Mon Sep 17 00:00:00 2001 From: Marc Burnie Date: Wed, 7 Sep 2022 21:10:22 +0000 Subject: [PATCH 1/2] Reducing cache period due to conflict with legal tag invalidation workflow. Specifying OPA version to latest stable working release. commit 535ad787 Author: Marc Burnie Date: Wed Sep 07 2022 14:45:52 GMT-0500 (Central Daylight Time) changing opa version to last stable working version commit c7c2123f Author: Marc Burnie Date: Wed Sep 07 2022 13:31:59 GMT-0500 (Central Daylight Time) reduce cache period from 900s to 60s commit 9d0594ed Author: Marc Burnie Date: Thu Sep 01 2022 09:30:45 GMT-0500 (Central Daylight Time) switching to opa edge --- deployment/default-policies/legal.rego | 2 +- devops/aws/opa/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/default-policies/legal.rego b/deployment/default-policies/legal.rego index b0dc38e..44344fe 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 490d041..c9f714e 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 -- GitLab From c8c9ba64b51b77aeae7fe6da4e741f94503cd52e Mon Sep 17 00:00:00 2001 From: "Marc Burnie [AWS]" Date: Thu, 15 Sep 2022 16:18:47 +0000 Subject: [PATCH 2/2] Update NOTICE --- NOTICE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index b980f71..eb23b43 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) -- GitLab