Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Yet Another AWS SSO - sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials.
pip install dnxsso
aws sso login --profile=dev
dnxsso
dnxsso --default
dnxsso --default-only
dnxsso -p dev
dnxsso -p dev prod
dnxsso --default -p dev prod
lab*
, do:(zsh)
dnxsso -p 'lab*'
(bash)
dnxsso -p lab*
lab*
as well as dev
and prod
, do:dnxsso -p 'lab*' dev prod
Use -e
flag if you want a temporary copy-paste-able time-gated access token for an instance or external machine. It use default
profile if no additional arguments pass. The main use case is for those who use default
profile, and would like to PIPE like this aws sso login && dnxsso -e | pbcopy
. Otherwise for named profile, do dnxsso -e -p dev
.
PLEASE USE THIS FEATURE WITH CARE SINCE ENVIRONMENT VARIABLES USED ON SHARED SYSTEMS CAN GIVE UNAUTHORIZED ACCESS TO PRIVATE RESOURCES:
dnxsso -e
export AWS_ACCESS_KEY_ID=xxx
export AWS_SECRET_ACCESS_KEY=xxx
export AWS_SESSION_TOKEN=xxx
dnxsso
subcommand login
to SSO login then sync all in one go:dnxsso login -h
dnxsso login
dnxsso login -e
dnxsso login --this
dnxsso login --profile dev
dnxsso login --profile dev --this
dnxsso -h
cdk deploy ...
terraform ...
cw ls -p dev groups
awsbw -L -P dev
make install
make test
python -m dnxsso --trace version
MIT License
FAQs
Sync up AWS CLI v2 SSO login session to legacy CLI v1 credentials
We found that dnxsso demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.