-
Notifications
You must be signed in to change notification settings - Fork 26
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
CloudServiceAccountRequestController should recreate secret if deleted #83
Comments
@pmuir Since we are limiting users to two serviceaccounts, should we delete the service account also now too? |
I don't think this temporary limitation on service accounts should change our logic. |
So we will be increasing limits to more than 2 per user after some time? If we would get 3-4 service accounts per user we could avoid possible problems. |
Ok. Creating separate issue to provide troubleshooting documentation. Aka your Own Kafka with 2 service accounts help :D |
This is on hold for long time and is causing bug when resource is deleted making it hard to cleanup things. |
If MSAR deleted then-secret should be deleted.
If Secret is deleted then the MSAR controller recreates that.
We should remove the service account in MAS-SSO
The text was updated successfully, but these errors were encountered: