Skip to content

Commit

Permalink
Merge pull request #9547 from harness/oidc-notes-update
Browse files Browse the repository at this point in the history
[PL-Doc] Added note for bound_issuer & oidc_discovery_url
  • Loading branch information
ivikramsahu authored Feb 28, 2025
2 parents 5181cb3 + 1181d90 commit 262320c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/platform/secrets/secrets-management/add-hashicorp-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,17 @@ JWT/OIDC authentication allows you to authenticate with HashiCorp Vault using JW

- Set the OIDC discovery URL or manually specify the JWT issuer with `https://app.harness.io/ng/api/oidc/account/<YOUR_ACCOUNT_ID/>`. Harness exposes endpoints with discovery url for publishing the OpenID configuration and RSA public key.

```
vault write auth/harness/jwt/config
oidc_discovery_url="<OIDC_DISCOVERY>"
bound_issuer="<BOUND_ISSUER>"
```

![jwt-conf](../static/jwt-configure.png)
```
vault write auth/harness/jwt/config
oidc_discovery_url="<OIDC_DISCOVERY>"
bound_issuer="<BOUND_ISSUER>"
```
:::note
`bound_issuer` is same as `oidc_discovery_url` i.e., `https://app.harness.io/ng/api/oidc/account/<YOUR_ACCOUNT_ID/>`
:::
![jwt-conf](../static/jwt-configure.png)
3. **Verify JWT Configuration**:
Expand Down

0 comments on commit 262320c

Please sign in to comment.