From 07d41931ede5478041725458811983901289157a Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Thu, 28 Aug 2025 20:32:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84750f2..9730cde 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ You can also provide the `auth_method`, `universal_auth_client_id`, and `univers #### 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. +Please note that in order to use OIDC Auth, you must have `1.0.10` or newer of the `infisicalsdk` package installed. + ```yaml lookup('infisical.vault.read_secrets', auth_method="oidc-auth" identity_id='', jwt='' ...rest) ```