vault-plugin-secrets-ad
vault-plugin-secrets-ad copied to clipboard
fix: errcheck for parsing CLI flags
Overview
Add missing error check to main() for parsing CLI flags.
Design of Change
Error check was missing.
Related Issues/Pull Requests
None
Contributor Checklist
Fixed in various Vault plugin repositories before such as https://github.com/hashicorp/vault-plugin-auth-kubernetes/pull/202 and https://github.com/hashicorp/vault/pull/28692