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

Commit66adfc7

Browse files
Using secrets in GUI screens
1 parentffb9121 commit66adfc7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,31 @@ steps:
6363
{% endhighlight %}
6464

6565

66+
##Using secrets in the Codefresh GUI
67+
68+
You can also use secrets in the GUI screens that support them. Currently you can use secrets in:
69+
70+
* Git integration for[behind-the-firewall Git installations]({{site.baseurl}}/docs/integrations/git-providers/#github)
71+
* Values in[shared configuration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/)
72+
* Integration with[cloud storage]({{site.baseurl}}/docs/testing/test-reports/#connecting-your-storage-account)
73+
74+
Where secret integration is supported, click on the lock icon and enable the toggle button. You will get a list of your connected secrets:
75+
76+
77+
{% include
78+
image.html
79+
lightbox="true"
80+
file="/images/pipeline/secrets/lock-icon.png"
81+
url="/images/pipeline/secrets/lock-icon.png"
82+
alt="Using a connected secret in the Codefresh GUI"
83+
caption="Using a connected secret in the Codefresh GUI"
84+
max-width="100%"
85+
%}
86+
87+
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 the file like`my-secret-resource@my-secret-key`.
89+
90+
6691
##What to Read Next
6792

6893
*[Shared Configuration]({{site.baseurl}}/docs/configure-ci-cd-pipeline/shared-configuration/)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp