Skip to content

Commit

Permalink
Add OIDC note to readme (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC authored Jul 18, 2022
1 parent ddc365d commit e07f941
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ The tool can update keys held in the following locations:
* SSM (AWS Parameter Store)

The tool is packaged as an executable file for native invocation, and as a zip
file for deployment as an AWS Lambda.
file for deployment as an AWS Lambda.

> :information_source: where possible [OpenID Connect (OIDC)]
(https://openid.net/connect/) should be used instead of furnishing/storing
long-lived credentials. Using OIDC will remove the need for running
`cloud-key-rotator`.

## Install

Expand Down

0 comments on commit e07f941

Please sign in to comment.