Static Realm Configuration - Fluid Topics - 3.7

Fluid Topics Integration Guide

Operating system
RHEL
Category
Reference Guides
Audience
public
Version
3.7

The Static Realm has the following configuration properties:

  • mail: Email address of the user. This is the mail used to log into the account. MANDATORY
  • password: Password of the user (hashed according to a specific algorithm to prevent it from being decrypted). OPTIONAL. If no password is entered, the default value is "change_it".
  • name: Name of the user. OPTIONAL. If no name is entered, the default value is "Static User".
  • groups: List of the user groups separated by "|".
  • roles: List of the user roles separated by "|".

Here is an example configuration:

{
"name": "static",
"type": "static",
"configuration": {
"mail": "static-account@fluidtopics.com",
"password": "aXHBEChodHJgUflUhziht7yDjCse/ExKKTJLb1er5ig=",
"name": "Static Account Username",
"groups": "group1|group2",
"roles": "KHUB_ADMIN|ADMIN|PERSONAL_BOOK_USER"
}
}