Skip to content

Commit

Permalink
Merge pull request #5 from boltops-tools/aws_secret_data
Browse files Browse the repository at this point in the history
Aws secret data
  • Loading branch information
tongueroo authored Feb 16, 2022
2 parents a906b66 + a8916ed commit 3745e1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/kubes_aws/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ def aws_ssm(name, options={})
fetcher = SSM::Fetcher.new(options)
fetcher.fetch(name)
end

def aws_secret_data(name, options={})
generic_secret_data(:aws_secret, name, options)
end
end
end

0 comments on commit 3745e1c

Please sign in to comment.