We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'am using Crossplane v1.16, using the Beta feature ManagementPolicies
Vault Provider still considers the ManagementPolicies as Alpha and require to explicitly enable it on the ControllerConfig
ControllerConfig
So when trying to use managementPolicies on a Vault resource, it fails with
message: >- `spec.managementPolicies` is set to a non-default value but the feature is not enabled: [Observe]
But if I try to explicitly enable the former alpha feature with --enable-management-policies I get
--enable-management-policies
crossplane: error: unknown flag --enable-management-policies
Crossplane : 1.16 Vault Provider : 1.0.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
I'am using Crossplane v1.16, using the Beta feature ManagementPolicies
Vault Provider still considers the ManagementPolicies as Alpha and require to explicitly enable it on the
ControllerConfig
So when trying to use managementPolicies on a Vault resource, it fails with
But if I try to explicitly enable the former alpha feature with
--enable-management-policies
I getcrossplane: error: unknown flag --enable-management-policies
How can we reproduce it?
What environment did it happen in?
Crossplane : 1.16
Vault Provider : 1.0.0
The text was updated successfully, but these errors were encountered: