From 6a73b0ee46ab678ed801c696b4afbe96ba1d8826 Mon Sep 17 00:00:00 2001 From: Rajdeep Chauhan Date: Tue, 10 Sep 2024 16:32:25 -0400 Subject: [PATCH] Dynamic validation for workload identity permissions and requirements (#3619) * ARO-4376 Track2 authorization api addition for roledefinitions * ARO-4376 add a stringutil funcs * ARO-4376 use dbPlatformWorkloadIdentityRoleSets to get platform identity roles for cluster version * ARO-4376 add dynamic validation for platformworkloadidentityprofile * ARO-4376 resolve initial comments * ARO-4376 refactor error messages and checkaccess action crosscheck * ARO-4376 Add unit tests and comments resolution * ARO-4376 add validation for upgradeableTo * ARO-4376 Comment resoultion and additional unit tests * ARO-4376 minor version comparison handling * ARO-4376 update permission error messaging handling for MIWI * ARO-4376 update constructors to return non-interface type * ARO-4376 add unit tests for GroupsIntersect * ARO-4376 update generate files to support bingo --- .../armauthorization/v3/LICENSE.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3/LICENSE.txt diff --git a/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3/LICENSE.txt b/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3/LICENSE.txt new file mode 100644 index 00000000000..dc0c2ffb3dc --- /dev/null +++ b/vendor/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/authorization/armauthorization/v3/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Microsoft Corporation. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file