Skip to content

Commit bfb9c27

Browse files
committed
Update docsource
1 parent ee65555 commit bfb9c27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docsource/content.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ For example, ClusterIssuer resources can be used to issue certificates for resou
256256
| certificateAuthorityLogicalName | The logical name of the Certificate Authority to use in Command. For example, `Sub-CA` |
257257
| certificateAuthorityHostname | (optional) The hostname of the Certificate Authority specified by `certificateAuthorityLogicalName`. This field is usually only required if the CA in Command is a DCOM (MSCA-like) CA. |
258258
| certificateTemplate | The Short Name of the Certificate Template to use when this Issuer/ClusterIssuer enrolls CSRs. |
259+
| scopes | (Optional) If using ambient credentials, these scopes will be put on the access token generated by the ambient credentials' token provider, if applicable. |
260+
| audience | (Optional) If using ambient credentials, this audience will be put on the access token generated by the ambient credentials' token provider, if applicable. Google's ambient credential token provider generates an OIDC ID Token. If this value is not provided, it will default to `command`. |
259261
260262
> If a different combination of hostname/certificate authority/certificate template is required, a new Issuer or ClusterIssuer resource must be created. Each resource instantiation represents a single configuration.
261263
@@ -281,6 +283,8 @@ For example, ClusterIssuer resources can be used to issue certificates for resou
281283
# certificateAuthorityHostname: "$COMMAND_CA_HOSTNAME" # Uncomment if required
282284
certificateAuthorityLogicalName: "$COMMAND_CA_LOGICAL_NAME"
283285
certificateTemplate: "$CERTIFICATE_TEMPLATE_SHORT_NAME"
286+
# scopes: "openid email https://example.com/.default" # Uncomment if desired
287+
# audience: "https://your-command-url.com" # Uncomment if desired
284288
EOF
285289
286290
kubectl -n default apply -f issuer.yaml
@@ -305,6 +309,8 @@ For example, ClusterIssuer resources can be used to issue certificates for resou
305309
# certificateAuthorityHostname: "$COMMAND_CA_HOSTNAME" # Uncomment if required
306310
certificateAuthorityLogicalName: "$COMMAND_CA_LOGICAL_NAME"
307311
certificateTemplate: "$CERTIFICATE_TEMPLATE_SHORT_NAME"
312+
# scopes: "openid email https://example.com/.default" # Uncomment if desired
313+
# audience: "https://your-command-url.com" # Uncomment if desired
308314
EOF
309315
310316
kubectl apply -f clusterissuer.yaml

0 commit comments

Comments
 (0)