Skip to content

Commit

Permalink
Yell that m2m is not for human use.
Browse files Browse the repository at this point in the history
  • Loading branch information
monde committed Jan 25, 2024
1 parent 4499d74 commit c9fb912
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ format.
| Command | Description |
|-----|-----|
| `web` | Human oriented retrieval of temporary IAM credentials through Okta authentication and device authorization. Note: if `okta-aws-cli` is not given a command it defaults to this original `web` command. |
| `m2m` | Machine/headless oriented retrieval of temporary IAM credentials through Okta authentication with a private key. |
| `m2m` | Machine/headless oriented retrieval of temporary IAM credentials through Okta authentication with a private key. IMPORTANT! This a not a feature intended for a human use case. Be sure to use industry state of the art secrets management techniques with the private key. |
| `debug` | Debug okta.yaml config file and exit. |

## Web Command
Expand Down Expand Up @@ -194,6 +194,10 @@ they will receive a 403 if they attempt to open the Admin UI.

## M2M Command

***IMPORTANT! This a not a feature intended for a human use case. Be sure to
use industry state of the art secrets management techniques with the private
key.***

```shell
# This example presumes its arguments are set as environment variables such as
# one may find in a headless CI environment.
Expand Down

0 comments on commit c9fb912

Please sign in to comment.