Module: PG::AWS_RDS_IAM

Defined in:
lib/pg/aws_rds_iam.rb,
lib/pg/aws_rds_iam/version.rb,
lib/pg/aws_rds_iam/connection.rb,
lib/pg/aws_rds_iam/connection_info.rb,
lib/pg/aws_rds_iam/auth_token_injector.rb,
lib/pg/aws_rds_iam/connection_info/uri.rb,
lib/pg/aws_rds_iam/auth_token_generator.rb,
lib/pg/aws_rds_iam/connection_info/parse_error.rb,
lib/pg/aws_rds_iam/auth_token_generator_registry.rb,
lib/pg/aws_rds_iam/connection_info/keyword_value_string.rb,
lib/pg/aws_rds_iam/active_record_postgresql_database_tasks.rb,
lib/pg/aws_rds_iam/active_record_postgresql_database_tasks/psql_env.rb,
lib/pg/aws_rds_iam/connection_info/active_record_configuration_hash.rb,
lib/pg/aws_rds_iam/active_record_postgresql_database_tasks/set_psql_env.rb

Overview

The top-level AWS RDS IAM plugin namespace.

Defined Under Namespace

Classes: AuthTokenGenerator, AuthTokenGeneratorRegistry

Constant Summary collapse

VERSION =

The current version of the gem.

"0.4.2"

Class Method Summary collapse

Class Method Details

.auth_token_generatorsAuthTokenGeneratorRegistry

Registry of available AuthTokenGenerators.



24
25
26
# File 'lib/pg/aws_rds_iam.rb', line 24

def self.auth_token_generators
  @auth_token_generators
end