Marco Caberletti
Marco Caberletti
@mengyiyuan in my setup, every instance is independent. Every instance is a EC2 instance with its own DB and run with different phone number. Currently, I create a new DNS...
I guess `name`, `email`, `iss` and maybe `groups` are standard claims. I think they can be enough.
@Smuger the configuration is something like the following. Kubernetes ingress: ```yaml --- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: kubernetes-dashboard namespace: admin annotations: spec: ingressClassName: alb rules: - host: http: paths:...