-
Notifications
You must be signed in to change notification settings - Fork 6
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
BUG: CRDs in 0.0.8 with Dapr 1.13.2 not configuring properly #136
Comments
As a side note, this may be due to #135. I suspect with the dapr-control-plane crashing that it doesn't get a chance to complete it's work but I am not sure that matters as I would expect the dapr-operator to be creating the CRDs and publishing. Thoughts? |
is the same use be able to get other CRDs ? The operator/olm does not set up any permissions for the CRDs except for itself |
Doesn't appear that it's related to #135. Now that we have stablized the dapr-control-plane, the dapr-operator doesn't seem to have configured the permissions. I am not sure if this is related to this operator or not. |
The operator does not set any permission, except providing a |
Expected Behavior
Dapr CRDs are granted access to various resources within OpenShift such as ClusterRole admin and all users of OpenShift.
Current Behavior
After deploying 1.13.2 via Dapr Operator 0.0.8, the Dapr CRDs no longer grant anyone but administrators access to the CRDs.
Possible Solution
Unknown
Steps to Reproduce
Environment
OpenShift: RedHad OpenShift Container Platform 4.12
Dapr Operator: 0.0.8 with 1.13.2 Dapr components
Workaround
The text was updated successfully, but these errors were encountered: