summaryrefslogtreecommitdiff
path: root/app/models/integrations/datadog.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 18:38:07 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-01 18:38:07 +0000
commit8d2da107095dc8d7d23db88f169306cdc9a869e1 (patch)
tree4208bcb8ff351b2d1a118c9bbcdfb54fcd2b6acb /app/models/integrations/datadog.rb
parent0fcbe48468f0e566929599dda36b2dedd72e5708 (diff)
downloadgitlab-ce-8d2da107095dc8d7d23db88f169306cdc9a869e1.tar.gz
Add latest changes from gitlab-org/security/gitlab@15-8-stable-ee
Diffstat (limited to 'app/models/integrations/datadog.rb')
-rw-r--r--app/models/integrations/datadog.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/integrations/datadog.rb b/app/models/integrations/datadog.rb
index 80eecc14d0f..3b3c7d8f2cd 100644
--- a/app/models/integrations/datadog.rb
+++ b/app/models/integrations/datadog.rb
@@ -15,6 +15,7 @@ module Integrations
TAG_KEY_VALUE_RE = %r{\A [\w-]+ : .*\S.* \z}x.freeze
field :datadog_site,
+ exposes_secrets: true,
placeholder: DEFAULT_DOMAIN,
help: -> do
ERB::Util.html_escape(