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
I've tried to redact all Secret data in the objects by using the the '--santize-secrets' for the provider. But now my Object errors, when trying to access the status.atProvider.manifest.data[ca.crt] field
How can we reproduce it?
I have 2 Objects, one creates a Serviceaccount-Token Secret in another cluster and looks like this
The Object displays an error in the status, that the field which is redacted by the provider can not be patched from.
Without the sanatize-secrets flag the ca.crt would be in the status field and patching would be successful.
But now with the redacted field no patching is possible and I can not access the ca.crt field.
What happened?
I've tried to redact all Secret data in the objects by using the the '--santize-secrets' for the provider. But now my Object errors, when trying to access the status.atProvider.manifest.data[ca.crt] field
How can we reproduce it?
I have 2 Objects, one creates a Serviceaccount-Token Secret in another cluster and looks like this
This Object works fine with and without the given flag.
The Problem comes up with the second object which looks like following:
The Object displays an error in the status, that the field which is redacted by the provider can not be patched from.
Without the sanatize-secrets flag the ca.crt would be in the status field and patching would be successful.
But now with the redacted field no patching is possible and I can not access the ca.crt field.
What environment did it happen in?
Crossplane version: 1.14.4
provider-kubernetes: 0.12.1
Kubernetes version:
Client Version: v1.28.2
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3
Server Version: v1.29.1-eks-508b6b3
Kubernetes distribution: EKS
The text was updated successfully, but these errors were encountered: