iits-consulting / otc-auth

Open Source CLI for the Open Telekom Cloud written in go.
GNU General Public License v3.0
44 stars 5 forks source link

Support service accounts for OIDC #6

Closed victorgetz closed 1 year ago

victorgetz commented 1 year ago

Currently for OIDC we only allow webbrowser based logins.

It would be nice if we could also support service account logins (for example for gitlab runners).

jotabe87 commented 1 year ago

There is currently support for a client secret, so I guess it wouldn't be too hard to implement that. Having said that, we should look deeper into the code and check how hard it would be.