Add support for authenticating with OpenID Connect #579
Labels
area/auth-and-accounts
category/dev-experience
Issues about the dev experience of using the provider, writing correct HCL etc
kind/enhancement
New feature or request
Is your feature request related to a problem? Please describe.
Octopus now has support for authenticating to the API using OpenID Connect (OIDC), replacing the need to provision and manage API keys for automations from external systems.
This involves configuring an OIDC identity on a service account with details on which tokens can be trusted from an OIDC provider (for example GitHub Actions), exchanging an ID token from this provider for a short-lived Octopus access token which can then be used to authenticate to the Octopus API.
Describe the solution you'd like
Add support for configuring the Octopus terraform provider to use OIDC. We expect this could look something like:
The text was updated successfully, but these errors were encountered: