Skip to content

Commit

Permalink
fix typo in api keys docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-hontarau committed Nov 27, 2024
1 parent 47d6c81 commit 7e7a1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/integrations/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Once you obtain the token, you can use it to authenticate your requests to the S
This feature is only available to Enterprise plan. Please check out our [pricing page](https://spacelift.io/pricing){: rel="nofollow"} for more information.
{% endif %}

OIDC-based API keys are a more secure alternative to secret-based API keys. They're based on the OpenID Connect protocol and are more secure because they don't involve static credentials. They're also more flexible because they can be used to authenticate with Spacelift using any OIDC identity provider. The creation of OIDC-based API keys is similar to the creation of secret-based API keys but once you choose "OIDC" as the key type, there are a few more settings. Thread carefully, as the settings are more complex and require a good understanding of OIDC and the identity provider you're using:
OIDC-based API keys are a more secure alternative to secret-based API keys. They're based on the OpenID Connect protocol and are more secure because they don't involve static credentials. They're also more flexible because they can be used to authenticate with Spacelift using any OIDC identity provider. The creation of OIDC-based API keys is similar to the creation of secret-based API keys but once you choose "OIDC" as the key type, there are a few more settings. Read carefully, as the settings are more complex and require a good understanding of OIDC and the identity provider you're using:

<p align="center">
<img src="../assets/screenshots/create-oidc-api-key.png"/>
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

- name: List stacks
env:
# You will want to replace this endpoint (and the audience) with your
# You will want to replace this endpoint (and the audience) with your
# own Spacelift account's endpoint.
SPACELIFT_API_KEY_ENDPOINT: https://myorg.app.spacelift.io
SPACELIFT_API_KEY_ID: ${{ env.SPACELIFT_KEY_ID }}
Expand Down

0 comments on commit 7e7a1f8

Please sign in to comment.