Class: Gitlab::EncryptedIncomingEmailCommand
Constant Summary
collapse
- DISPLAY_NAME =
"INCOMING_EMAIL"
- EDIT_COMMAND_NAME =
"gitlab:incoming_email:secret:edit"
Class Method Summary
collapse
edit, editor_args, show, validate_config, validate_contents, write
Class Method Details
.encrypted_file_template ⇒ Object
13
14
15
16
17
18
|
# File 'lib/gitlab/encrypted_incoming_email_command.rb', line 13
def encrypted_file_template
<<~YAML
# password: '123'
# user: '[email protected]'
YAML
end
|
.encrypted_secrets ⇒ Object