Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Extend the authentication-prod.yml configuration file by the following lines:

    Code Block
    languageyml
    spring.session.store-type: redis
    management.health.redis.enabled: true


  • Add the redis profile to the AUTHENTICATION service:

    • Run the command:


      Code Block
      languagebash
      kubectl -n yuuvis edit deploy authentication


    • Extend the SPRING_PROFILES_ACTIVE environment variable with redis.
  • Restart all instances of the AUTHENTICATION service.
    • For example, instance 2 can be restarted using the following command:

      Code Block
      languagebash
      kubectl -n yuuvis scale deploy authentication --replicas=2


Embedding in an External Web Page as iframe

Create an Ingress for HTTPS that enables access to all resources for the tenant selection page via Content-Security-Policy-Header.

...