vault/command/agentproxyshared
Christopher Swenson 961bf20bdb
Use enumer to generate String() methods for most enums (#25705)
We have many hand-written String() methods (and similar) for enums.
These require more maintenance and are more error-prone than using
automatically generated methods. In addition, the auto-generated
versions can be more efficient.

Here, we switch to using https://github.com/loggerhead/enumer, itself
a fork of https://github.com/diegostamigni/enumer, no longer maintained,
and a fork of the mostly standard tool
https://pkg.go.dev/golang.org/x/tools/cmd/stringer.
We use this fork of enumer for Go 1.20+ compatibility and because
we require the `-transform` flag to be able to generate
constants that match our current code base.

Some enums were not targeted for this change:
2024-04-17 11:14:14 -07:00
..
auth Agent Auto Auth Self Healing for Templates (#26172) 2024-03-27 10:06:45 -07:00
cache Use enumer to generate String() methods for most enums (#25705) 2024-04-17 11:14:14 -07:00
sink Agent Auto Auth Self Healing for Templates (#26172) 2024-03-27 10:06:45 -07:00
winsvc [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
helpers.go Support ldap authentication in vault agent (#21641) 2023-08-14 09:18:42 -04:00
helpers_test.go VAULT-19239 Add capability to disable dynamic secret caching for Vault Proxy (#23801) 2023-11-15 09:11:10 -05:00