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
Creating AuthBackend fails initially with the both 'oidc_client_id' and 'oidc_client_secret' must be set for OIDC and then error changes to * path is already in use at oidc/ . In vault, oidc path is present with empty configuration.
How can we reproduce it?
Get a openshift cluster and Deploy vault and crossplane on openshift.
Access pods cli and Initialize vault using vault operator init. Save the unseal keys and root token.
Login to vault with root token using vault login and create a token for crossplane.
Even worse, if i apply several AuthBackends in parallel (in my case, 55), the 1st reconciled AuthBackend can successfully be created in Vault, but all other AuthBackends are failing with path is already in use at oidc.
Work around: applying the AuthBackends CRs one by one and waiting in between.
What happened?
Creating AuthBackend fails initially with the
both 'oidc_client_id' and 'oidc_client_secret' must be set for OIDC
and then error changes to* path is already in use at oidc/
. In vault,oidc
path is present with empty configuration.How can we reproduce it?
vault operator init
. Save the unseal keys and root token.vault login
and create a token for crossplane.What environment did it happen in?
The text was updated successfully, but these errors were encountered: