Skip to content
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

Support accessing admin API via unix sockets #1898

Closed
dalcde opened this issue Jun 10, 2020 · 2 comments · Fixed by #1899
Closed

Support accessing admin API via unix sockets #1898

dalcde opened this issue Jun 10, 2020 · 2 comments · Fixed by #1899
Labels
feat New feature or request.

Comments

@dalcde
Copy link
Contributor

dalcde commented Jun 10, 2020

#1230 lets us bind the admin API to a unix socket. However, it appears that we cannot set the endpoint of, say, hydra clients to a unix socket, so we must still go through some sort of web server.

@aeneasr
Copy link
Member

aeneasr commented Jun 10, 2020

https://gist.github.com/teknoraver/5ffacb8757330715bcbcc90e6d46ac74 appears to be how one calls unix sockets. PRs welcomed :)

@aeneasr aeneasr added the feat New feature or request. label Jun 10, 2020
@dalcde
Copy link
Contributor Author

dalcde commented Jun 15, 2020

Closed by #1899

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants