-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
4.14.0
-
None
-
No
-
Proposed
-
False
-
Description of problem:
ccoctl azure delete does not clean up role assignments for managed identities.
Version-Release number of selected component (if applicable):
4.14.0
How reproducible:
100%
Steps to Reproduce:
1. Create Azure workload identity infrastructure using 'ccoctl azure {create-all,create-managed identities}' 2. Delete Azure workload identity infrastructure using 'ccoctl azure delete' 3. Observe leaked role assignments either in the OIDC resource group (if not deleted using --delete-oidc-resource-group) or the DNS Zone resource group.
Actual results:
Role assignments are not deleted by 'ccoctl azure delete'.
Expected results:
Role assignments are deleted by 'ccoctl azure delete'.
Additional info:
- relates to
-
CCO-232 Implement ccoctl command to create infrastructure required for Azure workload identity
- Closed