Class: AmplifyAppOauthTokenRule

Inherits:
PasswordBaseRule show all
Defined in:
lib/cfn-nag/custom_rules/AmplifyAppOauthTokenRule.rb

Instance Method Summary collapse

Methods inherited from PasswordBaseRule

#audit_impl, #sub_property_name

Methods inherited from BaseRule

#audit, #audit_impl

Instance Method Details

#password_propertyObject



25
26
27
# File 'lib/cfn-nag/custom_rules/AmplifyAppOauthTokenRule.rb', line 25

def password_property
  :oauthToken
end

#resource_typeObject



21
22
23
# File 'lib/cfn-nag/custom_rules/AmplifyAppOauthTokenRule.rb', line 21

def resource_type
  'AWS::Amplify::App'
end

#rule_idObject



17
18
19
# File 'lib/cfn-nag/custom_rules/AmplifyAppOauthTokenRule.rb', line 17

def rule_id
  'F58'
end

#rule_textObject



7
8
9
10
11
# File 'lib/cfn-nag/custom_rules/AmplifyAppOauthTokenRule.rb', line 7

def rule_text
  'Amplify App OauthToken must not be a plaintext string ' \
  'or a Ref to a Parameter with a Default value.  ' \
  'Can be Ref to a NoEcho Parameter without a Default, or a dynamic reference to a secretsmanager value.'
end

#rule_typeObject



13
14
15
# File 'lib/cfn-nag/custom_rules/AmplifyAppOauthTokenRule.rb', line 13

def rule_type
  Violation::FAILING_VIOLATION
end