Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0b4d5e

Browse files
authored
Cf export variable masking (#690)
* Update variables.md* Update variables.md
1 parentd5de16b commitd0b4d5e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎_docs/pipelines/variables.md‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,16 @@ This means that when you use it you **don't** need any dollar signs for the vari
267267
cf_export $MY_VAR # Don't do this
268268
cf_export MY_VAR # Correct syntax
269269
```
270-
<!---
270+
271+
271272
<br>
272273

273-
####Encrypting variables within `cf_export`
274+
####Masking variables within`cf_export`
274275

275-
Encrypt variables within `cf_export` by defining the `--mask` flag.
276-
Values ofencrypted variables in `cf_export` commands are replaced with asterisks in the Build variable list.
276+
Mask variables within`cf_export` by defining the`--mask` flag.
277+
Values ofmasked variables in`cf_export` commands are replaced with asterisks in the Build variable list.This helps to ensure that sensitive information is not exposed also in the variables list, in addition to the logs.
277278

278-
Here is an example with standard andencrypted versions of the same variable in `cf_export` commands.
279+
Here is an example with standard andmasked versions of the same variable in`cf_export` commands.
279280

280281
{% highlight yaml %}
281282
{% raw %}
@@ -292,10 +293,11 @@ steps:
292293
{% endraw %}
293294
{% endhighlight %}
294295

295-
-->
296+
296297

297298
<br>
298299

300+
299301
####Export variables to all steps with`cf_export`
300302

301303
By default,`cf_export` works only on*subsequent* steps.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp