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

Commitdde69cb

Browse files
Secrets in shared configuration
1 parent66adfc7 commitdde69cb

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

‎_docs/configure-ci-cd-pipeline/secrets-store.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ max-width="100%"
8585
%}
8686

8787
If you have already specified the resource field during secret definition the just enter on the text field the name of the secret directly, i.e.`my-secret-key`.
88-
If you didn't include a resource name during secret creation then enter the full name in thefile like`my-secret-resource@my-secret-key`.
88+
If you didn't include a resource name during secret creation then enter the full name in thefield like`my-secret-resource@my-secret-key`.
8989

9090

9191
##What to Read Next

‎_docs/configure-ci-cd-pipeline/shared-configuration.md‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,25 @@ You can create four types of shared configuration:
4040

4141
You can create as many shared snippets as you want (with unique names).
4242

43+
###Using external secrets as values.
44+
45+
Note that the default "shared secrets" and "secret yaml" entities use the built-in secret storage of Codefresh. You can also
46+
use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets), by using the normal entities and then clicking on the lock icon that appears.
47+
48+
{% include
49+
image.html
50+
lightbox="true"
51+
file="/images/pipeline/shared-configuration/shared-conf-secret-integration.png"
52+
url="/images/pipeline/shared-configuration/shared-conf-secret-integration.png"
53+
alt="Using external secrets in shared configuration values"
54+
caption="Using external secrets in shared configuration values"
55+
max-width="50%"
56+
%}
57+
58+
If you have already specified the resource field during secret definition the just enter on the text field the name of the secret directly, i.e.`my-secret-key`.
59+
If you didn't include a resource name during secret creation then enter the full name in the field like`my-secret-resource@my-secret-key`.
60+
61+
4362
##Using shared environment variables
4463

4564
Each pipeline has a set of environment variables that can be defined in the*Workflow* screen.
33.7 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp