DNXLabs / one-cli

CLI to manage all stacks from DNX.
https://cli.dnx.one
Apache License 2.0
7 stars 0 forks source link

Add Okta SSO to list of IDP providers from One CLI #98

Closed sohflp closed 3 years ago

sohflp commented 3 years ago

Add Okta SSO related features to One CLI:

Proposed Changes

- Associate new docker image dnxsolutions/aws-okta-auth
- Create new command **one auth okta** for authentication with new IDP
- Create new command under **one auth configure** for Okta IDP parameters configuration
sohflp commented 3 years ago

Overall everything looks good. Just a small fix and I think It's ready. Also, the lint is not passing. Could you please fix It?

./one/prompt/idp.py:61:2: W292 no newline at end of file
./one/commands/auth.py:13:128: E501 line too long (141 > 127 characters)
1     E501 line too long (141 > 127 characters)
1     W292 no newline at end of file

Nice job!

@arthurbdiniz The lint issues are fixed now.