-
Notifications
You must be signed in to change notification settings - Fork 62
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
login
command should always look for new accounts
#576
Labels
Milestone
Comments
Note: this requires a valid SSO session for this API to work. So instead, we should use the |
list
command should always look for new accountslogin
command should always look for new accounts
synfinatic
added a commit
that referenced
this issue
Oct 28, 2023
Every time you login we do a quick validation that the list of accounts you have access to doesn't change, and will trigger a cache refresh if there are changes. Fixes: #576
synfinatic
added a commit
that referenced
this issue
Oct 28, 2023
Every time you login we do a quick validation that the list of accounts you have access to doesn't change, and will trigger a cache refresh if there are changes. Fixes: #576
synfinatic
added a commit
that referenced
this issue
Oct 28, 2023
Every time you login we do a quick validation that the list of accounts you have access to doesn't change, and will trigger a cache refresh if there are changes. Fixes: #576
synfinatic
added a commit
that referenced
this issue
Oct 28, 2023
Every time you login we do a quick validation that the list of accounts you have access to doesn't change, and will trigger a cache refresh if there are changes. Fixes: #576
synfinatic
added a commit
that referenced
this issue
Oct 31, 2023
synfinatic
added a commit
that referenced
this issue
Jan 11, 2024
Every time you login we do a quick validation that the list of accounts you have access to doesn't change, and will trigger a cache refresh if there are changes. Fixes: #576
synfinatic
added a commit
that referenced
this issue
Jan 15, 2024
Every time you login we do a quick validation that the list of accounts you have access to doesn't change, and will trigger a cache refresh if there are changes. Fixes: #576
synfinatic
added a commit
that referenced
this issue
Jan 15, 2024
synfinatic
added a commit
that referenced
this issue
Jan 15, 2024
Every time you login we do a quick validation that the list of accounts you have access to doesn't change, and will trigger a cache refresh if there are changes. Fixes: #576
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In theory, the sso:ListAccounts call should be fast enough (one or two API calls max?) to always run as a quick means of cache validation. Of course, if your admin has merely added a role to an existing account this won't help, but probably a majority of roles assigned will be for new accounts? At least that's the theory. Should reduce complaints about caching.
The text was updated successfully, but these errors were encountered: