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

feat(server): listen on unix sockets #5038

Merged
merged 1 commit into from
May 7, 2023
Merged

Conversation

james-d-elliott
Copy link
Member

@james-d-elliott james-d-elliott commented Mar 7, 2023

This allows listening on unix sockets.

Closes #4987

@authelia
Copy link

authelia bot commented Mar 7, 2023

Artifacts

These changes are published for testing on Buildkite, DockerHub and GitHub Container Registry.

Docker Container

  • docker pull authelia/authelia:feat-unix-sock
  • docker pull ghcr.io/authelia/authelia:feat-unix-sock

@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 4 times, most recently from 3c74cd5 to 36639b3 Compare March 7, 2023 23:20
@netlify
Copy link

netlify bot commented Mar 8, 2023

Deploy Preview for authelia-staging ready!

Name Link
🔨 Latest commit bc9b328
🔍 Latest deploy log https://app.netlify.com/sites/authelia-staging/deploys/6455c5d3b810640008480143
😎 Deploy Preview https://deploy-preview-5038--authelia-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 3 times, most recently from aa2f221 to aa11dae Compare March 8, 2023 02:43
@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 2 times, most recently from 5afc8b2 to 43ac6f9 Compare April 27, 2023 11:35
@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 3 times, most recently from c5e3784 to 6a71f6f Compare April 29, 2023 06:03
@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 5 times, most recently from 984c4e8 to fe54639 Compare April 29, 2023 11:37
internal/configuration/decode_hooks.go Outdated Show resolved Hide resolved
internal/configuration/decode_hooks.go Outdated Show resolved Hide resolved
internal/configuration/decode_hooks.go Outdated Show resolved Hide resolved
internal/configuration/decode_hooks.go Outdated Show resolved Hide resolved
internal/configuration/decode_hooks.go Outdated Show resolved Hide resolved
@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 2 times, most recently from d235870 to 95c31db Compare April 29, 2023 11:43
@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 2 times, most recently from beed1f8 to 1c796a8 Compare April 29, 2023 12:22
internal/configuration/schema/types.go Outdated Show resolved Hide resolved
internal/configuration/schema/types.go Outdated Show resolved Hide resolved
@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 3 times, most recently from 9258f9f to 550f814 Compare April 29, 2023 13:06
internal/configuration/validator/server.go Outdated Show resolved Hide resolved
internal/configuration/validator/server.go Outdated Show resolved Hide resolved
internal/configuration/validator/server.go Outdated Show resolved Hide resolved
internal/configuration/validator/server.go Outdated Show resolved Hide resolved
internal/configuration/validator/server_test.go Outdated Show resolved Hide resolved
internal/configuration/validator/server_test.go Outdated Show resolved Hide resolved
internal/configuration/validator/server_test.go Outdated Show resolved Hide resolved
internal/configuration/validator/server_test.go Outdated Show resolved Hide resolved
internal/configuration/validator/server_test.go Outdated Show resolved Hide resolved
internal/configuration/validator/server_test.go Outdated Show resolved Hide resolved
@james-d-elliott james-d-elliott force-pushed the feat-unix-sock branch 9 times, most recently from 51f1b3a to bc9b328 Compare May 6, 2023 03:13
@james-d-elliott james-d-elliott marked this pull request as ready for review May 7, 2023 05:21
This allows listening on unix sockets.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
@james-d-elliott james-d-elliott merged commit 90d1901 into master May 7, 2023
50 checks passed
@james-d-elliott james-d-elliott deleted the feat-unix-sock branch May 7, 2023 05:48
@james-d-elliott james-d-elliott added this to the v4.38.0 milestone Aug 2, 2023
@james-d-elliott james-d-elliott added the area/config Configuration related features/bugs label Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config Configuration related features/bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Authelia itself listen on a unix socket
2 participants