-
Notifications
You must be signed in to change notification settings - Fork 108
OCPBUGS-54491: sync Azure File permissions with upstream docs #576
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
Conversation
|
@RomanBednar: This pull request references Jira Issue OCPBUGS-54491, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: RomanBednar The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/jira refresh |
|
@RomanBednar: This pull request references Jira Issue OCPBUGS-54491, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira ([email protected]), skipping review request. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
I personally prefer following upstream than explaining customers what permissions they need and when. |
1 similar comment
|
@RomanBednar: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
82d8d42
into
openshift:main
|
@RomanBednar: Jira Issue OCPBUGS-54491: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-54491 has been moved to the MODIFIED state. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[ART PR BUILD NOTIFIER] Distgit: cluster-storage-operator |
If users configure a storage class with
networkEndpointType: privateEndpointparameter CSI driver will fail to provision a volume due to missing permissions.I've cross checked the OCPBUGS-54491 bug report with upstream documentation to see what we miss and also noticed a few more that were also missing upstream when testing the private endpoints manually. After discussing this with upstream the list was extended with the missing ones: kubernetes-sigs/azurefile-csi-driver#2513
This CredentialsRequest object is used when installing or upgrading cluster, by extracting it from payload and passing it to
ccoctlwhich creates Azure roles with the permissions listed. This might result in granting more privileges than most users need.Alternatively we could drop this change and only document the process, which would require additional manual step for users intending to use private endpoints.