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
/
vault
/
auth.go
Age
Commit message (
Expand
)
Author
2024-01-22
Use go-fsimpl to read from datasources (#1336)
Dave Henderson
2023-03-12
Bump to v4 module
Dave Henderson
2023-03-11
Remove support for obsolete Vault app-id auth
Dave Henderson
2023-02-04
Remove uses of pkg/errors
Dave Henderson
2022-08-04
Fix lint errors
Dave Henderson
2021-03-31
move NormalizeFileMode to iohelpers package
Dave Henderson
2021-01-17
Prefer env.Getenv to os.Getenv
Dave Henderson
2021-01-02
Moving lint config to config file, fixing some issues
Dave Henderson
2020-10-09
Fix some Windows file mode issues
Dave Henderson
2020-09-29
Lint fixes
Dave Henderson
2019-11-16
Remove unnecessary homeDir function
Dave Henderson
2019-11-13
Export /v3 from go module
Dave Henderson
2019-03-07
Replacing uses of blang/vfs with spf13/afero
Dave Henderson
2018-09-24
Return error instead of using log.Fatal
Dave Henderson
2018-04-21
Linting subpackages too... (#302)
Dave Henderson
2017-09-14
Create file if it doesn't exist
Stuart Clark
2017-09-07
Add nonce support (#202)
Stuart Clark
2017-08-09
Extracting data namespace, renaming typeconv to conv namespace
Dave Henderson
2017-08-07
Vault AWS EC2 auth (#190)
Stuart Clark
2017-08-04
Switch to using official Go Vault client (#177)
Stuart Clark