| `env_ctx` | the [environment context to consider](#the-notion-of-env_ctx) | no _(can be guessed)_ |
| `registry` | the domain name of the registry to authenticate to | no _(can be guessed)_ |
| `tenant_id` | the identifiant of the Azure Tenant | no _(can be retrieved from env)_ |
| `client_id` | the identifiant of the managed identity to authenticate as | no _(can be retrieved from env)_ |
| `registry` | the domain name of the registry to authenticate to | no _(can be retrieved from env)_ |
### `GET /kubeconfig`
This API generates a full kubeconfig file for an AKS cluster. The kubeconfig will however need to be used with a kubectl with the [kubelogin](https://github.com/Azure/kubelogin/) credentials exec plugin. A `kubelogin convert-kubeconfig` might be needed to convert the returned kubeconfig file to fit your needs.