Skip to content

Commit

Permalink
Enable OIDC issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Sep 27, 2023
1 parent 1ab3309 commit 184e1b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ spec:
{{- toYaml . | nindent 4 }}
{{- end }}
loadBalancerSKU: {{ .Values.cluster.azure.loadBalancerSKU }}
{{- with .Values.cluster.azure.oidcIssuerProfile }}
oidcIssuerProfile:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.cluster.azure.aadProfile }}
aadProfile:
{{- toYaml . | nindent 4 }}
Expand Down
3 changes: 3 additions & 0 deletions bootstrap/helm/cluster-api-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ cluster:
# SKU of the loadBalancer to be provisioned.
# One of: Basic, Standard.
loadBalancerSKU: Standard
# OIDC issuer profile of the cluster.
oidcIssuerProfile:
enabled: true
# Azure Active Directory configuration to integrate with AKS for AAD authentication.
aadProfile: {}
# Profile of the cluster load balancer.
Expand Down

0 comments on commit 184e1b4

Please sign in to comment.