From a930db4c50460516c14c2f268e42d8e1e28b0268 Mon Sep 17 00:00:00 2001 From: jamesbeedy Date: Wed, 25 Feb 2026 16:15:16 +0000 Subject: [PATCH] fix: typo in identity setup These changes correct the mismatch in secret variable name secret_uri -> secret_id. --- howto/setup/deploy-identity-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/setup/deploy-identity-provider.md b/howto/setup/deploy-identity-provider.md index 9cf79da..d198780 100644 --- a/howto/setup/deploy-identity-provider.md +++ b/howto/setup/deploy-identity-provider.md @@ -56,7 +56,7 @@ Now use `juju add-secret`{l=shell} to create a secret for your external LDAP ser In this example, the external LDAP server's bind password is `"test"`: :::{code-block} shell -secret_uri=$(juju add-secret external_ldap_password password="test") +secret_id=$(juju add-secret external_ldap_password password="test") ::: Next, use `juju deploy`{l=shell} with the `--config`{l=shell} flag to deploy