Skip to content

Commit

Permalink
Merge pull request ManageIQ#19088 from AlexanderZagaynov/features/aws…
Browse files Browse the repository at this point in the history
…_sts_assume_role

support for 'assume role' aws feature
  • Loading branch information
agrare authored Aug 1, 2019
2 parents e783031 + b9e35ef commit 682f4df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/models/ext_management_system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def self.supported_for_create?
serialize :options

supports :refresh_ems
supports_not :assume_role

def hostname_uniqueness_valid?
return unless hostname_required?
Expand Down
3 changes: 2 additions & 1 deletion app/models/mixins/supports_feature_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ module SupportsFeatureMixin
:volume_multiattachment => 'Volume Multiattachment',
:volume_resizing => 'Volume Resizing',
:change_password => 'Change Password',
:volume_availability_zones => 'Volume Availability Zones'
:volume_availability_zones => 'Volume Availability Zones',
:assume_role => 'Assume Role',
}.freeze

# Whenever this mixin is included we define all features as unsupported by default.
Expand Down

0 comments on commit 682f4df

Please sign in to comment.