Skip to content

Commit

Permalink
Merge pull request #354 from meshulam/master
Browse files Browse the repository at this point in the history
Update reference to old --cluster flag
  • Loading branch information
jicowan authored Aug 10, 2023
2 parents 0229108 + d63e784 commit c423c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/security/docs/iam.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The webhook authentication strategy calls a webhook that verifies bearer tokens.
To manually generate a authentication token, type the following command in a terminal window:

```bash
aws eks get-token --cluster <cluster_name>
aws eks get-token --cluster-name <cluster_name>
```

You can also get a token programmatically. Below is an example written in Go:
Expand Down

0 comments on commit c423c2e

Please sign in to comment.