Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion howto/setup/deploy-identity-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading