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
* auth: remove yes/no prompt when using multiple auths
Problem:
If a user has an auth already set up, eg credentials, then
I add a new auth, eg builder id, they will be shown a confusing
message. The message asks if they want to explicitly switch to the new
connection (no), or use both at the same time (yes).
Solution:
Remove this yes/no prompt and simply choose the (yes) option.
Additional:
Does some refactoring of secondaryAuth#registerAuthListener() since
it was clear what it was intended to be doing.
Signed-off-by: nkomonen <[email protected]>
* auth: dont prompt to upgrade builder id scopes
Problem:
If a CodeCatalyst Builder ID was setup and then
a CodeCatalyst Builder ID setup was requested, the
user would be asked if they want to 'switch' their
connection.
Solution:
Don't prompt the user to switch their connect and
just upgrade their CodeWhisperer Builder ID scopes
to also include CodeCatalyst scopes.
Signed-off-by: nkomonen <[email protected]>
* authNode: remove from developer tools menu
Removes the auth node from the developer tools menu
since the actual services in the developer tools menu
may not be using the same connection as the auth node
and it is confusing to users.
Signed-off-by: nkomonen <[email protected]>
* codewhisperer: fix unit tests
Now that we have removed the prompts when adding/switching
sso connections, the tests need to be updated since they user
message that was being expected is not shown anymore.
Signed-off-by: nkomonen <[email protected]>
---------
Signed-off-by: nkomonen <[email protected]>
0 commit comments