Grant roles
Hi Team,
I'm running zitadel on a k8s cluster using the helm chart. The app version is 4.2.0 and the chart version is 9.12.2.
I have some automations for setting up the configuration on startup but I have a problem with the zitadel.authorization.v2.AuthorizationService/CreateAuthorization endpoint.
I'm getting a
I'm passing the body parameters and the headers as indicated in the documentation but it doesn't seem like it makes any difference.
Creating it via the UI works but it seems like it's still using the v1 API for
Is there something I'm missing?
I'm running zitadel on a k8s cluster using the helm chart. The app version is 4.2.0 and the chart version is 9.12.2.
I have some automations for setting up the configuration on startup but I have a problem with the zitadel.authorization.v2.AuthorizationService/CreateAuthorization endpoint.
I'm getting a
404 with the response looking likeI'm passing the body parameters and the headers as indicated in the documentation but it doesn't seem like it makes any difference.
Creating it via the UI works but it seems like it's still using the v1 API for
Add User Grant but the documentation has a deprecation notice on that API. I've added a picture of the UI page I'm talking about. Note that everything else (users, projects and roles) is created via the API, though it's still a mix of v1 and v2 APIs.Is there something I'm missing?

