You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @lauripe , thank you for filing this feature request. A few question to help us plan out this feature.
Which IdP do you use?
Would you be passing the JWT token to Terraform as a string ?
Alternative is to configure the IdP in Terraform and have it fetch the token, and refresh the token as needed.
How would the authentication to the IdP work? Would it be using client-id and client-secret (perhaps env variable or fetched from a Vault/KMS) or would it be using a Bearer Token to authenticate?
Instead of api-keys, we'd prefer to use OAuth against our IdP also for tf-provider authentication
The text was updated successfully, but these errors were encountered: