Lukomir or Sutjeska National Park
▲ 5 r/HikingEurope+1 crossposts

Lukomir or Sutjeska National Park

I'm traveling to Sarajevo next week and I was planning for a day trip to either Lukomir or Sutjeska National Park from Sarajevo. Both look interesting but can't seem to decide on one. There seems to be much information about Lukomir but not much about Sutjeska in terms of a day trip.

What should I go with, especially considering the view in and to the place ?

The sutjeska national park trip link: https://funkytours.com/tour/sutjeska-hiking-tour/

u/ceaser2109 — 2 days ago
▲ 2 r/nginx+1 crossposts

Forwarding request from Nginx to a pod in kubernetes using annotations

Hey everyone, I want to forward requests that comes to nginx to another pod which is running a service in kubernetes, the typical way to do it would be using the annotation for nginx specifically

nginx.ingress.kubernetes.io/auth-url

My current problem or issue is that I want to forward the request to another pod which does the authorization after the authentication, In my current application we do the authentication using the following annotations in the ingress and the I want to now authorize the requests that are coming after the authentication. The authentication happens using the following annotations

nginx.ingress.kubernetes.io/auth-tls-match-cn:
nginx.ingress.kubernetes.io/auth-tls-secret:
nginx.ingress.kubernetes.io/auth-tls-verify-client:
nginx.ingress.kubernetes.io/auth-tls-verify-depth:

Can I use them together in strict order, like after authentication the request forwards to auth url(the endpoint to the internal pod) to authorize it and then the pod sends the 200 OK response not the authentication annotations.

Any suggestions how could I do this ?

reddit.com
u/ceaser2109 — 24 days ago