From beecee9e93fb313333c331001241b455c574546d Mon Sep 17 00:00:00 2001 From: fiftin Date: Wed, 3 Jul 2024 01:25:56 +0500 Subject: [PATCH] feat(secrets): text on ui --- web/src/components/EnvironmentForm.vue | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/web/src/components/EnvironmentForm.vue b/web/src/components/EnvironmentForm.vue index dcad074c..a4ec6cce 100644 --- a/web/src/components/EnvironmentForm.vue +++ b/web/src/components/EnvironmentForm.vue @@ -23,7 +23,7 @@ {{ $t('extraVariables') }} - + - Variables passed via --extra-vars. + + Variables passed via --extra-vars (Ansible) or + -var (Terraform/OpenTofu). + @@ -109,11 +112,11 @@ -
+
New Variable + >New Environment Variable
@@ -121,7 +124,7 @@ {{ $t('Secrets') }} - + - Secrets. + + Secrets are stored in the database in encrypted form. + Secrets passed via --extra-vars (Ansible) or + -var (Terraform/OpenTofu). + @@ -175,7 +182,7 @@ -
+