Skip to content

How to enable Auth? #16

Answered by rsoika
rsoika asked this question in Q&A
Discussion options

You must be logged in to vote

Ok - short answer:

After you installed jitsi using the operator project create an additional deployment.yaml file to overwrite settings.

Example:

apiVersion: apps.jit.si/v1alpha1
kind: Jitsi
metadata:
  name: foo-jitsi
  namespace: jitsi  
spec:
  domain: meeting.foo.com
  ingress:
    annotations:
      cert-manager.io/cluster-issuer: "letsencrypt-prod"
      kubernetes.io/ingress.class: "nginx"
    enabled: true
    tls: true
  jibri:
    enabled: true
    replicas: 1
  jvb:
    gracefulShutdown: true
    strategy:
      replicas: 1
      type: static
  region: europe
  timezone: Europe/Berlin
  variables:
    ENABLE_BREAKOUT_ROOMS: "1"
    ENABLE_AUTH: "1"
    ENABLE_GUESTS: "1"

This e…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rsoika
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant