Skip to content

Commit dbd9642

Browse files
committed
External secrets note
Signed-off-by: Martin Basti <[email protected]>
1 parent 2d2982d commit dbd9642

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ asciidoc:
2424

2525
# Product content attributes
2626
ProductName: Konflux
27-
context: app
27+
context: konflux
2828
ProductShortName: ''
2929
ProductRelease: ''
3030
ProductVersion: ''

docs/modules/ROOT/pages/how-tos/configuring/creating-secrets.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ stringData:
208208
* If you upload a GitLab access token to a workspace, {ProductName} won’t use the global GitHub application when accessing GitHub repositories.
209209
====
210210

211+
include::ROOT:partial${context}-secrets-external-vault.adoc[]
212+
211213
== Additional resources
212214

213215
* For more information about GitLab access tokens, see link:https://docs.gitlab.com/ee/user/project/settings/project_access_tokens.html[Project access tokens].
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
== Secrets from external vaults
2+
3+
There is no direct support for external vaults in Konflux itself.
4+
However, there are existing solutions which can be installed by administrators
5+
to support external vaults, for example link:https://external-secrets.io[external secrets operator].

0 commit comments

Comments
 (0)