Skip to content

How might I add basic auth to multi-juicer to make public but protect behind a password? #250

Closed Answered by J12934
artis3n asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @artis3n

From a first glance the annotations on the ingress look correct.

But...

You should only be exposing MJ either via a loadbalancer or ingress not both things at the same time.

If you are using a loadbalancer the ingress settings will have no effect. For ingress to work you'll also need to have a ingress controller installed. (See ingress begins installation docs) The ingress controller will use a load balancer of its own and will then direct the traffic to the correct service in the cluster.

https://kubernetes.io/docs/concepts/services-networking/ingress/

Hope that helps 🙌

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@artis3n
Comment options

@J12934
Comment options

@artis3n
Comment options

Answer selected by artis3n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants