Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNM: Disable secure RBAC as workaround
When keystone is configured with secureRBACEnforceNewDefaults set to True, RGW configured as object storage does not work as expected and produces an "Access Denied" error. After this PR: openstack-k8s-operators/keystone-operator#415 The same should be true for enableSecureRBAC=True As a workaround for this problem, use enableSecureRBAC set to False by using this patch. This allows you to test RGW other aspectes of RGW. Signed-off-by: John Fulton <fulton@redhat.com>
- Loading branch information