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

Set up oidc-agent as a persistent service on macOS #28

Conversation

giannidallatorre
Copy link
Contributor

This update makes oidc-agent a persistent background service on macOS.

Added a service block for managing oidc-agent with brew services.
Set up environment variable PATH to support oidc-agent calls (i.e. oidc-prompt).
Set the socket path to a "trustworthy" location:
~/Library/Caches/oidc-agent/oidc-agent.sock

Resolves: indigo-dc/oidc-agent#341

giannidallatorre and others added 2 commits August 14, 2024 10:55
This update makes `oidc-agent` a persistent background service on macOS.

Added a `service` block for managing `oidc-agent` with `brew services`.
Set up environment variable `PATH` to support `oidc-agent` calls
(i.e. `oidc-prompt`).
Set the socket path to a "trustworthy" location:
`~/Library/Caches/oidc-agent/oidc-agent.sock`

Resolves: indigo-dc/oidc-agent#341
@zachmann
Copy link
Member

Many thanks for this. It's very welcome.

I tried to fix the github actions on master, which is now running successfully, however, it does not run on this PR.
Unfortunately, I have no idea why it's failing.

@zachmann zachmann merged commit 429218a into indigo-dc:master Aug 29, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

oidc-agent-service does not persist on Mac
2 participants