Skip to content

Tags: aguilinger/aptible-cli

Tags

v0.17.0

Toggle v0.17.0's commit message
Version 0.17.0

v0.16.9

Toggle v0.16.9's commit message
Version 0.16.9

v0.16.8

Toggle v0.16.8's commit message
“v0.16.8”

v0.16.7

Toggle v0.16.7's commit message
“v0.16.7”

v0.16.6

Toggle v0.16.6's commit message
Version 0.16.6

v0.16.5

Toggle v0.16.5's commit message
Version 0.16.5

v0.16.4

Toggle v0.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create SSO "login" option (aptible#259)

* Use provided tokens for SSO "login"

Part of https://aptible.atlassian.net/browse/DP-144

Allow the user to store a given token for later use to enable SSO
"logins" via the CLI. The SSO login process involves redirects that must
be done in a browser. Therefore, the way to allow users in SSO enforced
organizations to use the CLI is to provide a way for them to copy a
token from their browser (where they complete their SSO login) and store
it via the CLI for use.

The command is `aptible login --sso token'. If no token is provided, the
user will be prompted for one.

This persisted token will overwrite their existing one. Therefore, they
will need to issue `aptible login` again to access other orgs beyond the
one the SSO "organization" token is valid for.

* Bump version

v0.16.3

Toggle v0.16.3's commit message
Release v0.16.3

- Adds DB replication subcommand
- Adds ability to login using U2F key if host library is available