diff --git a/docs/integrations/api.md b/docs/integrations/api.md index bd234f4fa..9e47d7ecc 100644 --- a/docs/integrations/api.md +++ b/docs/integrations/api.md @@ -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. Tread carefully, as the settings are more complex and require a good understanding of OIDC and the identity provider you're using:

@@ -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 }}