mirror of
https://github.com/Infisical/ansible-collection.git
synced 2025-10-02 22:43:30 -07:00
Update README.md
This commit is contained in:
parent
e0288ebdaf
commit
07d41931ed
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ You can also provide the `auth_method`, `universal_auth_client_id`, and `univers
|
||||||
#### OIDC Auth
|
#### OIDC Auth
|
||||||
To use OIDC Auth, you'll need to provide the ID of your machine identity, and the OIDC JWT to be used for authentication.
|
To use OIDC Auth, you'll need to provide the ID of your machine identity, and the OIDC JWT to be used for authentication.
|
||||||
|
|
||||||
|
Please note that in order to use OIDC Auth, you must have `1.0.10` or newer of the `infisicalsdk` package installed.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
lookup('infisical.vault.read_secrets', auth_method="oidc-auth" identity_id='<identity-id>', jwt='<oidc-jwt>' ...rest)
|
lookup('infisical.vault.read_secrets', auth_method="oidc-auth" identity_id='<identity-id>', jwt='<oidc-jwt>' ...rest)
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue