From 893a498df80c871e2c2622c92480a02a1580f863 Mon Sep 17 00:00:00 2001 From: Michael Haehnel Date: Thu, 16 Mar 2023 09:16:58 +0100 Subject: [PATCH] DEV-900 Added separate IAM per stage --- Chart.yaml | 4 ++++ values_nsodev.yaml | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/Chart.yaml b/Chart.yaml index 8442182..0eae394 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -44,3 +44,7 @@ dependencies: repository: oci://prodnso-harbor-01.smardigo.digital/smardigo condition: egeld24-wordpress.enabled alias: egeld24-wordpress + - name: iam + version: 0.1.0 + repository: oci://prodnso-harbor-01.smardigo.digital/infrastructure + condition: iam.enabled diff --git a/values_nsodev.yaml b/values_nsodev.yaml index 4ec0c48..88b7b7b 100644 --- a/values_nsodev.yaml +++ b/values_nsodev.yaml @@ -147,3 +147,10 @@ prometheus-postgres-exporter: datasourceSecret: name: postgres-exporter-database-connection key: datasource + +iam: + iam_module: external + iam_client_enabled: "true" + protocol: http + hostname: iam.nsodev + port: 8080 \ No newline at end of file