Skip to content

Commit

Permalink
fix use tread instead of read
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-hontarau authored Nov 27, 2024
1 parent 7e7a1f8 commit a194e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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. Read 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. Tread 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

0 comments on commit a194e53

Please sign in to comment.