-
Notifications
You must be signed in to change notification settings - Fork 206
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
Feature: Create RoleDefinitions #2570
Labels
good-first-issue
issues which would be a good starting point for newcomers to the codebase
new-feature
new-resource
Requests for new supported resources
Milestone
Comments
We still want to do this |
We do as well |
Still interested in doing this - it should be pretty easy as well if anybody external wants to contribute it. |
matthchr
added
good-first-issue
issues which would be a good starting point for newcomers to the codebase
new-resource
Requests for new supported resources
labels
Nov 27, 2023
matthchr
added a commit
to matthchr/azure-service-operator
that referenced
this issue
Jun 7, 2024
This fixes Azure#2570.
3 tasks
matthchr
added a commit
to matthchr/azure-service-operator
that referenced
this issue
Jun 11, 2024
This fixes Azure#2570.
matthchr
added a commit
to matthchr/azure-service-operator
that referenced
this issue
Jun 11, 2024
This fixes Azure#2570.
matthchr
added a commit
to matthchr/azure-service-operator
that referenced
this issue
Jun 11, 2024
This fixes Azure#2570.
matthchr
added a commit
to matthchr/azure-service-operator
that referenced
this issue
Jun 11, 2024
This fixes Azure#2570.
matthchr
added a commit
to matthchr/azure-service-operator
that referenced
this issue
Jun 11, 2024
This fixes Azure#2570.
github-merge-queue bot
pushed a commit
that referenced
this issue
Jun 12, 2024
* Update RoleAssignment test API version * Re-record tests using the newer API version. * Make it easier to run manual upgrade tests Split Taskfile targets more to make it easier to run manual upgrade tests where the flow is: 1. Install GA ASO. 2. Perform manual testing step. 3. Upgrade to vNext ASO. 4. Perform manual testing step. * Add support for RoleDefinition resource This fixes #2570. * Fix uniqueness bug with RoleAssignment owned by ARM ID Fix bug where RoleAssignment owned by ARM ID doesn't account for the ARM ID in the seed of the random UUID generate. This bugfix is BREAKING if the owner is using ARM ID and in the following cases: * User migrates RoleAssignment from one cluster to another. * User sets reconcile-policy: skip, deletes the RoleAssignment and then recreates it. In the above two cases, the new correct algorithm will consider the ARM ID of the owner and generate a different UUID than before. Other cases such as standard updates will not be impacted as Kubernetes sends the WHOLE object to the mutating webhook and for updates the object contains the (old) generated UUID. * Fix file format
github-project-automation
bot
moved this from Backlog
to Recently Completed
in Azure Service Operator Roadmap
Jun 12, 2024
matthchr
moved this from Recently Completed
to Ready for Release
in Azure Service Operator Roadmap
Jun 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good-first-issue
issues which would be a good starting point for newcomers to the codebase
new-feature
new-resource
Requests for new supported resources
The resource is
Microsoft.Authorization/roleDefinitions
.An example ARM template is here: https://learn.microsoft.com/en-us/azure/role-based-access-control/custom-roles-template
The text was updated successfully, but these errors were encountered: