Skip to content

Commit

Permalink
docs: fix markdown syntax in federated identity credentials doc (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
maritiren committed May 11, 2023
1 parent 7adaa45 commit e3100f8
Showing 1 changed file with 4 additions and 5 deletions.
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

0 comments on commit e3100f8

Please sign in to comment.