Skip to content
Snippets Groups Projects

Allow masking secrets for base component

Merged Jay McCure requested to merge jmc-hide-aigw-keys into master
All threads resolved!
@@ -79,6 +79,7 @@ module Gitlab
@@ -79,6 +79,7 @@ module Gitlab
def initialize
def initialize
super
super
 
# These keys are test keys and are safe to be shared, but masking them in logs so they do not raise concern
@secrets << TEST_SIGNING_KEY
@secrets << TEST_SIGNING_KEY
@secrets << TEST_VALIDATION_KEY
@secrets << TEST_VALIDATION_KEY
end
end
Loading