-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cli socket path env #5770
Comments
This sounds reasonable @kfox1111. We would welcome a PR with those changes. |
SPIFFE_ENDPOINT_SOCKET for the spiffe workloadload socket for spire-agent seems like the thing to do. for the server api, its less clear. SPIRE_SERVER_ADMIN_SOCKET? |
SGTM |
After some discussion, we may want to do this in 2 phases. I would think client changes can be made safely without much of a heads up to behavioral changes? While run is a more disruptive change that may need a minor version bump at least as a heads up?
|
When setting up a more traditional system layout, where your systems socket is under (/var)/run, it would be nice to be able to override the default socket lookup path with an environment variable in
spire-agent api
andspire-server entry
type commands.The text was updated successfully, but these errors were encountered: