benkehoe / aws-sso-util

Smooth out the rough edges of AWS SSO (temporarily, until AWS makes it better).
Apache License 2.0
973 stars 72 forks source link

custom browser #82

Closed bartsimp closed 2 years ago

bartsimp commented 2 years ago

Hello,

would it be possible to specify which browser to use? not the default one

Thanks

benkehoe commented 2 years ago

You can do it already! aws-sso-util uses Python's webbrowser module to open the browser. You can set the BROWSER environment variable to one of the names it understands or to a system command for opening the browser. See the docs for details.