How to create a custom configuration of censhare Static Resource Server (SRS).

Requirements

The Static Resource Server is only used for censhare WP (aka censhare 5).

Installation

To use the Static Resource Server, install the following:

User configuration

  • In Keycloak, create a system user with password.
  • Use this system user with the same login ID for the Keycloak Service configuration in the censhare Admin Client.

Configuration

Customizable configuration:

  1. Edit the settings of static-resource-server-cmap.yaml and save it.
  2. Deploy the new configuration map to your cluster and recreate deployment:

    kubectl delete configmap static-resource-server-config
    kubectl delete deployment static-resource-server-deployment
    kubectl apply -f microservices/static-resource-server/static-resource-server-cmap.yaml
    kubectl apply -f microservices/static-resource-server/static-resource-server-deployment.yaml