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
Currently I'm unable to authenticate to a JAAS controller using pylibjuju, as JAAS doesn't support authenticating with username/password or macaroons. It would be great if we could use Oauth2 client credentials here to talk to JAAS, similarly to the Juju Terraform provider
Description
Currently I'm unable to authenticate to a JAAS controller using pylibjuju, as JAAS doesn't support authenticating with username/password or macaroons. It would be great if we could use Oauth2 client credentials here to talk to JAAS, similarly to the Juju Terraform provider
Urgency
It would save from a weird workaround
Code I'd Like to Run