From 394d035969467e90723c7a0073985c3821712843 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Thu, 22 Aug 2024 13:20:47 +0200 Subject: [PATCH] fix: add akerbla, nr, sjomatnorge and tatidentilbake to acl --- acl.json | 1 + kustomizations/petimeter/manifests/acl.json | 52 +++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 120000 acl.json diff --git a/acl.json b/acl.json new file mode 120000 index 00000000..bfdc4615 --- /dev/null +++ b/acl.json @@ -0,0 +1 @@ +kustomizations/petimeter/manifests/acl.json \ No newline at end of file diff --git a/kustomizations/petimeter/manifests/acl.json b/kustomizations/petimeter/manifests/acl.json index 2386b786..53dafc0e 100644 --- a/kustomizations/petimeter/manifests/acl.json +++ b/kustomizations/petimeter/manifests/acl.json @@ -225,6 +225,58 @@ } ] }, + { + "domain": "akerbla.no", + "access": [ + { + "matching": ".*@akerbla.no", + "group": "/akerbla", + "roles": [ "user" ], + "capabilities": [ + "run:transport" + ] + } + ] + }, + { + "domain": "nr.no", + "access": [ + { + "matching": ".*@nr.no", + "group": "/nr", + "roles": [ "user" ], + "capabilities": [ + "run:transport" + ] + } + ] + }, + { + "domain": "sjomatnorge.no", + "access": [ + { + "matching": ".*@sjomatnorge.no", + "group": "/sjomatnorge", + "roles": [ "user" ], + "capabilities": [ + "run:transport" + ] + } + ] + }, + { + "domain": "tatidentilbake.no", + "access": [ + { + "matching": ".*@tatidentilbake.no", + "group": "/tatidentilbake", + "roles": [ "user" ], + "capabilities": [ + "run:transport" + ] + } + ] + }, { "domain": "gmail.com", "access": [