-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Observe failed when upgrading to v2.0.0 #49
Comments
Hi @bakito, could you please provide anonymized content of the credentials or at least the top level keys to determine which authentication method is used? I am running v2 with authentication secret generated and refreshed by External Secrets (ESO uses SA to auth against Vault and periodically update token in the Kubernetes Secret for provider to use) |
@m1so I had the same issue using Kubernetes authentication. Here are are the credentials: {
"auth_login_jwt": {
"role": "REDACTED",
"mount": "kubernetes",
"jwt": "REDACTED"
}
}
|
@m1so I'm using approle login:
|
What happened?
I'm creating kubernetes AuthBackendRole and vault Policy resources with crossplane.
This worked fine with version v1.0.0.
After Upgrading to v2.0.0 both resources can not by synced any more with the following error:
observe failed: failed to observe the resource: [{0 no vault token set on Client []}]
How can we reproduce it?
Provider Config:
Policy :
AuthBackendRole
What environment did it happen in?
crossplane: v1.18.1
provider vault: v2.0.0
The text was updated successfully, but these errors were encountered: