Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

deploy opencloud behind external keycloak #140

@s0rau

Description

@s0rau

I'm trying to install opencloud behind external keycloak server used as OIDC.
variables are set

  oidc:
    issuer: "https://keycloak.domain/auth/realms/opencloud"
    clientId: "web"
    accountUrl: "https://keycloak.domain/auth/realms/opencloud/account"

keycloak:
  # Internal Keycloak deployment
  internal:
    # Enable internal Keycloak instance
    enabled: false

In the logs i can see this warning

WRN core access token not set line=github.com/opencloud-eu/reva/[email protected]/internal/http/interceptors/auth/auth.go:248 pkg=rhttp service=frontend traceid=eb21cf587d02e2a7e25f729936fb8f5

I've added ingress nginx with certificate created as secret, the client get the page through https.

In the web client side, the page is broken

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions