-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
frNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I don't like that I have to provide an API key or a set of OAuth credentials in order to auth the terraform provider. I'd like to be able to auth in a manner that doesn't require using secrets (which could be used elsewhere to gain access to Tailscale's API).
Describe the solution you'd like
I would like you to support OIDC authentication for the Tailscale provider.
Additional context
The terraform providers for GCP and Azure AD both support auth'ing with OIDC and it's really nice b/c
- no secrets are involved
- there are no long lived credentials used
- there is no need to reset an Oauth client every 30/60/90/etc days
- it's more secure
casperbiering, manibatra, max-augmodo, awoimbee and josh
Metadata
Metadata
Assignees
Labels
frNew feature or requestNew feature or request