Skip to content

Commit

Permalink
Controller authorization config
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenh committed Jan 24, 2025
1 parent e3ce29d commit daca50c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions charts/controller/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,26 @@ stringData:
- /grpc.reflection.v1.ServerReflection/ServerReflectionInfo
- /grpc.reflection.v1alpha.ServerReflection/ServerReflectionInfo
- /aserto.directory.reader.v3.Reader/Check
tenant_id_field:
id:
- /aserto.directory.store.v2.Store/Info
- /aserto.directory.store.v2.Store/ListTenantMembers
tenant_id:
- /aserto.directory.store.v2.Store/AssignRoleToTenant
- /aserto.directory.store.v2.Store/CreateAPIKey
- /aserto.directory.store.v2.Store/DeleteAPIKey
- /aserto.directory.store.v2.Store/DeleteConfig
- /aserto.directory.store.v2.Store/DeleteSecret
- /aserto.directory.store.v2.Store/GetAPIKeyIdentity
- /aserto.directory.store.v2.Store/GetConfig
- /aserto.directory.store.v2.Store/GetSecret
- /aserto.directory.store.v2.Store/ListAPIKeys
- /aserto.directory.store.v2.Store/ListConfigs
- /aserto.directory.store.v2.Store/ListSecrets
- /aserto.directory.store.v2.Store/RemoveRoleFromTenant
- /aserto.directory.store.v2.Store/SetConfig
- /aserto.directory.store.v2.Store/SetSecret
{{- end }}
authentication:
Expand Down
2 changes: 1 addition & 1 deletion charts/controller/test/no-tls.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image:
tag: 0.33.11-b041fc2e-amd64
tag: 0.33.11-108fc18c-amd64

imagePullSecrets:
- name: ghcr-creds
Expand Down
2 changes: 1 addition & 1 deletion charts/controller/test/tls.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image:
tag: 0.33.11-b041fc2e-amd64
tag: 0.33.11-108fc18c-amd64

imagePullSecrets:
- name: ghcr-creds
Expand Down
2 changes: 1 addition & 1 deletion charts/directory/test/no-tls.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image:
tag: 0.33.11-b041fc2e-amd64
tag: 0.33.11-108fc18c-amd64

imagePullSecrets:
- name: ghcr-creds
Expand Down
2 changes: 1 addition & 1 deletion charts/directory/test/tls.values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
image:
tag: 0.33.11-b041fc2e-amd64
tag: 0.33.11-108fc18c-amd64

imagePullSecrets:
- name: ghcr-creds
Expand Down

0 comments on commit daca50c

Please sign in to comment.