britive / python-cli

Britive CLI Python Implementation
MIT License
4 stars 6 forks source link

Interactive login doesn't use the specified browser for applicable commands. #92

Closed fiservwillb closed 1 year ago

fiservwillb commented 1 year ago

Example:

pybritive checkout AWS_Application/10987654321/10987654321_rolename -m browser-safari

Will open in the OS defined default browser still.

Same for:

pybritive aws console --profile 10987654321_rolename --browser safari

Proposed option to fix this submitted in #91

twratl commented 1 year ago

This fix has been incorporated into pip install pybritive==1.5.0rc2. It will remain a release candidate until a full QA test can be run against this new version.