-
Notifications
You must be signed in to change notification settings - Fork 1.5k
OCPBUGS-4549: azure: replace deprecated AD Graph API #6614
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
|
/hold |
|
Error strings from msgraph sdk are not very helpful. They just say |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: patrickdillon 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 |
|
/hold cancel |
|
/retitle OCPBUGS-4549: azure: replace deprecated AD Graph API |
1 similar comment
|
/retitle OCPBUGS-4549: azure: replace deprecated AD Graph API |
|
@r4f4: This pull request references Jira Issue OCPBUGS-4549, 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. 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 kubernetes/test-infra repository. |
|
/test golint |
|
ug, was coming to LGTM but we already hit another conflict :( |
Use the new MS Graph API instead. Please note that `Applications.ReadWrite.OwnedBy` permissions must be granted in Azure for MSGraph. azure-deprecation/dashboard#60 https://issues.redhat.com/browse/CORS-1897
Errors returned by the new Azure SDK are not very helpful. So before returning any error back to the user, we try to extract a more friendly "code: message" format from them. Please note that we do that at the very end so that unwraping and checking for other non-ODataError types is still possible during the function call chain. microsoftgraph/msgraph-sdk-go#218
|
/lgtm |
|
/hold Revision 20a288b was retested 3 times: holding |
|
/override ci/prow/golint |
|
@r4f4: Overrode contexts on behalf of r4f4: ci/prow/golint 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 kubernetes/test-infra repository. |
|
/hold cancel |
|
/override ci/prow/e2e-gcp-ovn |
|
@r4f4: Overrode contexts on behalf of r4f4: ci/prow/e2e-gcp-ovn 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 kubernetes/test-infra repository. |
|
/skip |
|
/override ci/prow/e2e-gcp-ovn |
|
@r4f4: Overrode contexts on behalf of r4f4: ci/prow/e2e-gcp-ovn 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 kubernetes/test-infra repository. |
|
/hold Revision 20a288b was retested 3 times: holding |
|
/override ci/prow/golint |
|
@r4f4: Overrode contexts on behalf of r4f4: ci/prow/golint 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 kubernetes/test-infra repository. |
|
/override ci/prow/e2e-gcp-ovn |
|
@r4f4: Overrode contexts on behalf of r4f4: ci/prow/e2e-gcp-ovn 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 kubernetes/test-infra repository. |
|
@r4f4: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
|
@r4f4: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-4549 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 kubernetes/test-infra repository. |
Use the new MS Graph API instead.
Please note that
Applications.ReadWrite.OwnedBypermissions must be granted in Azure for MSGraph.azure-deprecation/dashboard#60
https://issues.redhat.com/browse/CORS-1897