We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad2b68 commit 6e42996Copy full SHA for 6e42996
docs/book/src/topics/identities.md
@@ -125,6 +125,24 @@ data:
125
password: PASSWORD
126
```
127
128
+Alternatively, the path to a certificate can be specified instead of the k8s secret:
129
+
130
+```yaml
131
+apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
132
+kind: AzureClusterIdentity
133
+metadata:
134
+ name: example-identity
135
+ namespace: default
136
+spec:
137
+ type: ServicePrincipalCertificate
138
+ tenantID: <azure-tenant-id>
139
+ clientID: <client-id-of-SP-identity>
140
+ certPath: <path-to-the-cert>
141
+ allowedNamespaces:
142
+ list:
143
+ - <cluster-namespace>
144
+```
145
146
## User-Assigned Managed Identity
147
148
<aside class="note">
0 commit comments