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
11 changes: 10 additions & 1 deletion content/learn/getting-started-secret-management.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ secrets:
----
$ ./pattern.sh make load-secrets
----
If this command fails, for whatever reason, you most likely will not get a helpful error message since we avoid logging sensitive information by default.
In this situation, it's often helpful to run the following command before you try loading the secrets again in order to see a more detailed error message.
[source,terminal]

+
----
$ .export EXTRA_PLAYBOOK_OPTS='-e hide_sensitive_output="false" -vvv'
----
*This is intended as a temporary debug measure and should not be part of a normal production workflow since it may very well log secrets to stdout.*

. Verify the secret in the Vault UI.

Expand Down Expand Up @@ -259,4 +268,4 @@ image::multicloud-gitops/config-demo-mysecret.png[Secret details]
[IMPORTANT]
====
Remember to consult the official documentation at link:https://validatedpatterns.io/[Validated Patterns] for detailed information about specific features and advanced configurations.
====
====