-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Persist u/p login for a short time #477
Comments
When providing the full Juju uses https://github.com/go-macaroon-bakery/macaroon-bakery/tree/v2/httpbakery to discharge the macaroons. Investigation is needed into how this differs from the bakeryjs version that we use. |
Now that users can register additional controllers with the user/pass authentication system we should investigate using the macaroon token flow for u/p registrations. This would mean that we would only have to store the macaroons and not the user/pass directly. |
@hatched what should be the next steps here? |
This needs to wait until the charm conversion is done as authentication will need a slight overhaul to support that change then we can revisit this. |
This is the relevant issue blocking us from implementing this: https://bugs.launchpad.net/juju/+bug/1864517. |
If you log in with a user/pass you're immediately logged out on refresh. We should persist this for a short time like we do with macaroons.
The text was updated successfully, but these errors were encountered: