index
:
gomplate.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
aws
Age
Commit message (
Expand
)
Author
2023-04-29
Use required.NoError for faster failure in tests
Dave Henderson
2023-03-19
fix new lint errors
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2022-05-30
Add support for aws imdsv2 (#1402)
Suresh Kumar
2022-02-01
Fix lint failures around error strings
Dave Henderson
2021-04-03
Update linting and fix field alignment issues
Dave Henderson
2021-01-17
Prefer env.Getenv to os.Getenv
Dave Henderson
2020-08-27
Add EC2Tags function
Suresh Kumar
2020-05-06
Fix AWS Session unknown region bug
Dave Henderson
2019-11-13
Export /v3 from go module
Dave Henderson
2019-10-13
Supporting s3 datasources
Dave Henderson
2019-05-09
Updating some package docs
Dave Henderson
2019-05-02
Linting more (and fixing more)
Dave Henderson
2019-03-31
AWS STS functions
Dave Henderson
2019-03-23
fix spelling
Dave Henderson
2019-03-23
add tests
Janusz Bialy
2019-03-23
abstract KMS client so that it's easier to test
Janusz Bialy
2019-03-23
handle base64 encode errors
Janusz Bialy
2019-03-23
use gomplate implementation of base64 enc/dec
Janusz Bialy
2019-03-23
revert spelling change
Janusz Bialy
2019-03-23
fixmie bot suggestions :D
Janusz Bialy
2019-03-23
finish the encryption/decryption functions
Janusz Bialy
2019-03-23
use the actual crypto methods :/
Janusz Bialy
2019-03-23
add KMS struct
Janusz Bialy
2019-03-23
typo
Janusz Bialy
2019-03-23
add KMS encryption and decryption
Janusz Bialy
2019-01-23
AWS region detection for SSM param store datasources
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-08-28
Updating gometalinter config and fixing new lint errors
Dave Henderson
2018-04-21
Linting subpackages too... (#302)
Dave Henderson
2018-02-08
Datasource for reading from AWS Systems Manager Parameters
Tristan Keen
2017-08-07
Vault AWS EC2 auth (#190)
Stuart Clark
2017-06-21
Adding AWS_TIMEOUT environment variable
Dave Henderson
2017-06-08
Namespacing the AWS funcs
Dave Henderson
2017-03-22
Performance fixes for running ec2tag in non-aws environments
Dave Henderson
2016-09-06
Formatting with gofmt -s
Dave Henderson
2016-09-06
Initializing the metaClient field with NewEc2Meta() instead of with a struct ...
Marc Boudreau
2016-09-04
Caching responses from EC2
Dave Henderson
2016-09-03
Short-circuit ec2 function defaults when not in AWS
Dave Henderson
2016-09-01
Adding ability to provide default for ec2region function
Dave Henderson
2016-09-01
Fixing broken tests
Dave Henderson
2016-06-21
Make things start faster
Dave Henderson
2016-03-27
Using defaults on network errors and timeouts
Dave Henderson
2016-03-27
Adding ec2tag and ec2region functions
Dave Henderson
2016-03-25
Adding new ec2dynamic function
Dave Henderson
2016-03-25
Adding ec2meta function
Dave Henderson