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

Kubernetes Proxy Outposts - remove insecure http default #11707

Open
mzhaase opened this issue Oct 17, 2024 · 0 comments
Open

Kubernetes Proxy Outposts - remove insecure http default #11707

mzhaase opened this issue Oct 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mzhaase
Copy link

mzhaase commented Oct 17, 2024

Describe the bug
Using kubernetes integration and a proxy outpost, the proxy outpost will create an ingress for every application. That ingress will use http to connect to the outpost. This is an insecure default and can only be changed by adding a json patch under advanced options.

To Reproduce
Steps to reproduce the behavior:

  1. Create application with wizard
  2. Select Forward Auth (Single Application)
  3. Create an proxy outpost using local kubernetes cluster integration and the created application.

Expected behavior
The created ingress should use port.name = https. It should also add applicable annotations.

ingress-nginx:

nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"

Version and Deployment (please complete the following information):

  • authentik version: 2024.8.2
  • Deployment: helm
@mzhaase mzhaase added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant