azimuth-cloud / azimuth-caas-operator

K8s operator to create ansible based clusters using K8s CRDs
Apache License 2.0
1 stars 2 forks source link

Attempt to auto delete appcred #43

Closed JohnGarbutt closed 1 year ago

JohnGarbutt commented 1 year ago

But this fails because app creds are not allowed to delete themselves, which seems like an oversight :(

JohnGarbutt commented 1 year ago

@mkjpryor how do we fix this elsewhere?

mkjpryor commented 1 year ago

We don't ATM. The Cluster API stuff leaves appcreds behind exactly because of this.

It does seem like an oversight that an appcred can't delete itself.

JohnGarbutt commented 1 year ago

OK, I made this work by using unrestricted app creds.