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
Create this resource with Crossplane, notice how in AWS it does not show fine grained access control is enabled even though the Managed Resource does enable it.
If you run Crossplane Provider locally and comment out the following code in config/opensearch/config.go:
Is there an existing issue for this?
Affected Resource(s)
Resource MRs required to reproduce the bug
Steps to Reproduce
Create this resource with Crossplane, notice how in AWS it does not show fine grained access control is enabled even though the Managed Resource does enable it.
If you run Crossplane Provider locally and comment out the following code in
config/opensearch/config.go
:And apply the same resource with the provider running locally fine grain access control is enabled.
What happened?
Fine Grain Access Control should be able to be properly configured in Crossplane without getting into a constant reconciliation loop
Relevant Error Output Snippet
No response
Crossplane Version
1.17.1
Provider Version
1.15.0
Kubernetes Version
1.31.0
Kubernetes Distribution
Local K8s
Additional Info
This bug seems to be introduced in the fix for #1420 specifically https://github.com/crossplane-contrib/provider-upjet-aws/pull/1406/files#diff-386039b89607aa9f66a8dfa172eda8c7ed1bb3e7dc94aa651f1d4dd230fbb0ebR37-R43 these lines in the PR that was merged.
The text was updated successfully, but these errors were encountered: