You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a Service Account today, I received this message from the operator:
"Cannot create service account Error: User not authorized to access the service."
I created a new namespace and used the API token that is always valid. I generated a new API token but that was also invalid.
@wtrocki mentioned that the issue is that you can only have 2 service accounts per user.
In backend we have reused 403 status for limit to 2 instances. We need to find actual error in logs (operator logs) and use string.indexOf to differentiate between limit and unauthorized.
Quick patch
This seems like change that will be strongly required for Summit and has no risk involved
When creating a Service Account today, I received this message from the operator:
"Cannot create service account Error: User not authorized to access the service."
I created a new namespace and used the API token that is always valid. I generated a new API token but that was also invalid.
@wtrocki mentioned that the issue is that you can only have 2 service accounts per user.
#162
cc: @secondsun
The text was updated successfully, but these errors were encountered: