Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Eventstore Behind nlb with ssl termination #50

Open
itninja-hue opened this issue Nov 14, 2019 · 0 comments
Open

Eventstore Behind nlb with ssl termination #50

itninja-hue opened this issue Nov 14, 2019 · 0 comments

Comments

@itninja-hue
Copy link

Is this a request for help?:

--- Help

Version of Helm and Kubernetes:
1.13 (eks)
Which chart:
stable eventstore/eventsore
What happened:
I set up my nlb with ssl termination, and trying to access eventstore on https via ingress

---
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: eventstore-admin-ingress
  namespace: eventstore
  annotations:
    kubernetes.io/ingress.class: "nginx"
    nginx.org/websocket-services: dev-eventstore-admin

spec:
  rules:
  - host: eventstore.example.com
    http:
      paths:
      - backend:
          serviceName: dev-eventstore-admin
          servicePort: 2113
...

In a https context i can t enable projections :/
when i force ssl redirection with

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

i get into a redirection loop

What you expected to happen:
connect to eventstore with https with ingress

How to reproduce it (as minimally and precisely as possible):
Use the manifest files

Anything else we need to know:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant