Skip to content

Commit

Permalink
Merge pull request #184 from mlbiam/master
Browse files Browse the repository at this point in the history
for #183 the target w…
  • Loading branch information
mlbiam authored Nov 18, 2024
2 parents 558556b + 934ae63 commit b2afad6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchestra-login-azuread/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: orchestra-login-azuread
description: Creates OpenUnison objects for loading groups from AzureAD
type: application
version: 1.0.3
appVersion: "1.0.30"
version: 1.0.4
appVersion: "1.0.41"
7 changes: 7 additions & 0 deletions orchestra-login-azuread/templates/targets/azuread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ metadata:
spec:
className: com.tremolosecurity.provisioning.core.providers.AzureADProvider
params:
{{ if not .Values.oidc.client_id_is_secret }}
- name: clientId
value: "{{ .Values.oidc.client_id }}"
{{ end }}
- name: tenantId
value: "{{ .Values.azure.tennant_id }}"
secretParams:
- name: clientSecret
secretName: orchestra-secrets-source
secretKey: OIDC_CLIENT_SECRET
{{ if .Values.oidc.client_id_is_secret }}
- name: clientId
secretName: orchestra-secrets-source
secretKey: OIDC_CLIENT_ID
{{ end }}
targetAttributes:
- name: displayName
source: displayName
Expand Down

0 comments on commit b2afad6

Please sign in to comment.