class RevbitsPamCicd::Authenticators::AWS
Public Class Methods
get(variable_id, public_key_a, public_key_b, options = {})
click to toggle source
@param variable_id variable you want to fetch from RevBits PAM
. @param public_key_a public key to encrypt data @param public_key_b public key to encrypt data @param options valid values are [:appliance_url, :api_key].
# File lib/revbits_pam_cicd/authenticators/aws.rb, line 11 def get(variable_id, public_key_a, public_key_b, options = {}) # TODO: Need to implement when server is ready to handle AWS requests raise 'TODO: AWS authenticator is not implemented yet.' end