Commit c0662d93 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'michaelkebe-master-patch-80599' into 'master'

docs: Be more explicit about the value of a @b64@ string.

See merge request to-be-continuous/doc!86
parents 02103dbc bd4ef94a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,6 +156,8 @@ In that case there is a simple solution: simply encode it in [Base64](https://en
the variable value as the Base64 string prefixed with `@b64@`. This value **can** be masked, and it will be automatically
decoded by our templates (make sure you're using a version of the template that supports this syntax).

:warning: The Base64 string is not allowed to contain linebreaks. If you are for example using `base64` to encode, be sure to use the `-w 0` option to disable line wrapping.

!!! EXAMPLE
    `CAVE_PASSPHRASE={"open":"$€5@me"}` can't be masked, but the Base64 encoded secret can.