From c20de3917f061a0a830c82c2f63f08183467c096 Mon Sep 17 00:00:00 2001 From: florindragos Date: Mon, 7 Apr 2025 12:20:41 +0300 Subject: [PATCH] disable authz for controller.ListRoles --- charts/aserto/Chart.lock | 6 +++--- charts/aserto/Chart.yaml | 4 ++-- charts/controller/Chart.yaml | 2 +- charts/controller/templates/config.yaml | 1 + 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/aserto/Chart.lock b/charts/aserto/Chart.lock index 5da94a7..dd084d0 100644 --- a/charts/aserto/Chart.lock +++ b/charts/aserto/Chart.lock @@ -7,7 +7,7 @@ dependencies: version: 0.2.0 - name: controller repository: file://../controller - version: 0.0.1 + version: 0.0.2 - name: console repository: file://../console version: 0.1.7 @@ -26,5 +26,5 @@ dependencies: - name: scim repository: file://../scim version: 0.2.0 -digest: sha256:e933b20c19dda16e7ef644de07eed18b2e214f1f89a8dbfe9fdeac2262b5ca64 -generated: "2025-03-28T12:23:20.763001-04:00" +digest: sha256:9116b8d669d6429d018323ca45486c31ec698e50f2f49b619b7adb4418fd9349 +generated: "2025-04-07T12:41:05.644272902+03:00" diff --git a/charts/aserto/Chart.yaml b/charts/aserto/Chart.yaml index b1419ca..369a677 100644 --- a/charts/aserto/Chart.yaml +++ b/charts/aserto/Chart.yaml @@ -21,7 +21,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -38,7 +38,7 @@ dependencies: repository: file://../authorizer condition: authorizer.enabled - name: controller - version: 0.0.1 + version: 0.0.2 repository: file://../controller - name: console version: 0.1.7 diff --git a/charts/controller/Chart.yaml b/charts/controller/Chart.yaml index 7f8eeee..760c9fc 100644 --- a/charts/controller/Chart.yaml +++ b/charts/controller/Chart.yaml @@ -21,7 +21,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.1 +version: 0.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/controller/templates/config.yaml b/charts/controller/templates/config.yaml index 154b7e4..043851b 100644 --- a/charts/controller/templates/config.yaml +++ b/charts/controller/templates/config.yaml @@ -80,6 +80,7 @@ stringData: - /aserto.directory.reader.v3.Reader/Check - /aserto.directory.reader.v3.Reader/Checks - /aserto.directory.controller.v1.Controller/GetAPIKeyIdentity + - /aserto.directory.controller.v1.Controller/ListRoles system: - /aserto.directory.reader - /aserto.directory.controller.v1.Controller/ListUserTenants