Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix markdown syntax in federated identity credentials doc #950

Merged
merged 1 commit into from
May 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/book/src/topics/federated-identity-credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Not all service account tokens can be exchanged for a valid AAD token. A federat
Export the following environment variables:

```bash
export SERVICE_ACCOUNT_NAMESPACE="..."
export SERVICE_ACCOUNT_NAME="..."
export SERVICE_ACCOUNT_ISSUER="..." # see section 1.1 on how to get the service account issuer url

# if you are using a Azure AD application
export APPLICATION_NAME="<your application name>"

Expand All @@ -17,11 +21,6 @@ export USER_ASSIGNED_MANAGED_IDENTITY_NAME="<your user-assigned managed identity
export RESOURCE_GROUP="<your user-assigned managed identity resource group>"
```

export SERVICE_ACCOUNT_NAMESPACE="..."
export SERVICE_ACCOUNT_NAME="..."
export SERVICE_ACCOUNT_ISSUER="..." # see section 1.1 on how to get the service account issuer url
```

Currently, there are several ways to create and delete a federated identity credential:

## Azure Workload Identity CLI
Expand Down