module AwsAssumeRole

Constants

Config
DefaultProvider
VERSION

Public Instance Methods

shared_config() click to toggle source
# File lib/aws_assume_role/includes.rb, line 34
def shared_config
    enabled = ENV["AWS_SDK_CONFIG_OPT_OUT"] ? false : true
    @shared_config ||= SharedConfigWithKeyring.new(config_enabled: enabled)
end