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
Even with the previous issue fixed, the provider gets stuck in the authentication phase.
Debug log shows that Vault guided to go to an IdP URL, but the URL is not shown to the user. Or even better, the provider should open the link in a browser like the vault CLI does. Manually opening the link works, and the provider gets authenticated.
Or am I missing something how this should work?
Terraform Version
Terraform v1.3.2
on darwin_amd64
+ provider registry.terraform.io/hashicorp/vault v3.9.1
Hi,
There seems to be two issues for me with the long waited OIDC login feature introduced in #1615.
Initialization check seems to be inverted if I get it right. Just adding the
auth_login_oidc
block results inA PR to fix this: Fix OIDC login initialization check #1628
Even with the previous issue fixed, the provider gets stuck in the authentication phase.
Debug log shows that Vault guided to go to an IdP URL, but the URL is not shown to the user. Or even better, the provider should open the link in a browser like the
vault
CLI does. Manually opening the link works, and the provider gets authenticated.Or am I missing something how this should work?
Terraform Version
Terraform Configuration Files
Debug Output
(Hopefully) essential part of the debug output
References
The text was updated successfully, but these errors were encountered: