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

Commit027324a

Browse files
External secrets in cloud storage integrations
1 parentdde69cb commit027324a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ 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.
43+
###Using external secrets as values
4444

4545
Note that the default "shared secrets" and "secret yaml" entities use the built-in secret storage of Codefresh. You can also
4646
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.

‎_docs/testing/test-reports.md‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ max-width="80%"
109109
Then click*Save* to apply settings. You will use the name of the integration as an
110110
environment variable in your Codefresh pipeline as explained in the next sections.
111111

112+
You can also
113+
use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets) as values by clicking on the lock icon that appears next to field.
114+
115+
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`.
116+
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`.
117+
112118
###Connecting Azure storage
113119

114120
For Azure, create a storage account as explained in the[documentation](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-create) and find one of the[two access keys](https://docs.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage) already created. Then once you have the storage account name and account key,
@@ -127,6 +133,12 @@ max-width="60%"
127133
Then click*Save* to apply settings. You will use the name of the integration as an
128134
environment variable in your Codefresh pipeline as explained in the next sections.
129135

136+
You can also
137+
use any[external secrets that you have defined]({{site.baseurl}}/docs/integrations/secret-storage/) (such as Kubernetes secrets) as values by clicking on the lock icon that appears next to field.
138+
139+
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`.
140+
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`.
141+
130142

131143
##Producing Allure test reports from Codefresh pipelines
132144

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp