Description
Authenticating with a service account and requesting an access token does not work anymore.
Steps to reproduce
- Run
stackit auth activate-service-account --service-account-key-path /path/to/your/sa.secret
- Run
stackit auth get-access-token
Actual behavior
stackit-cli prints:
Error: token refresh is only supported for user token flow, current flow: sa_key
Expected behavior
Access token is printed on stdout
Environment
- OS: macOS 15.6
- Version of STACKIT CLI (see
stackit --version): v0.37.3
Additional information