Atlassian Bamboo 4f5e4c38bb chore(release)
2023-01-31 16:34:34 +01:00
2021-04-07 22:48:47 +03:00
2022-06-29 19:59:12 +03:00
2023-01-31 16:34:34 +01:00
2022-07-12 23:46:43 +03:00
2020-09-17 14:12:04 +03:00
2022-06-21 11:40:00 +03:00
2021-11-28 00:13:02 +02:00
2021-08-23 14:14:32 +03:00
2022-06-21 11:40:00 +03:00
2022-06-19 00:29:20 +03:00
2022-12-19 15:07:01 +02:00
2022-12-19 15:07:11 +01:00
2023-01-31 16:34:34 +01:00
2023-01-31 16:34:34 +01:00
2022-11-29 11:25:58 +02:00
2020-09-22 15:21:23 +03:00
2022-12-08 15:32:19 +02:00
2022-10-14 18:16:31 +03:00
2020-09-17 14:15:49 +03:00
2023-01-06 13:05:09 +02:00

Redaction

To Create a new Stack in rancher

Goto rancher.iqser.com: Select Cluster Development, go to apps, click launch and select Redaction from the dev section. Add a new name and a new namespace. Select answers-development.yaml and add it to answers Edit as yaml.

For HTTPS / Cloudflare domain go to workloads -> Loadbalancing -> select your stack Add cloudflare certificate and specify a hostname to use timo-redaction-dev.iqser.cloud

Keycloak Staging Config

Default Testing URL

https://dev-04.iqser.cloud/

Known errors

  • In case of CORS or redirect_uri errors follow these steps:
    • Go to <HOST>.iqser.cloud/auth/admin/master/console
    • Login with admin and admin1234
    • In the left menu go to Clients
    • In the table click redaction
    • Find Valid Redirect URIs input
    • Under /ui/* add new value http://localhost:4200/*
    • Save

Test Users

username role comment
guest cannot use the application
user RED_USER
red_manager RED_MANAGER
useradmin RED_ADMIN, RED_USER has super power !
manageradmin RED_ADMIN RED_MANAGER RED_USER has super super power !

Password for all users is OsloImWinter!23

Running the app locally

Requirements:

In the root folder simply execute yarn install followed by yarn start. The file apps/red-ui/src/assets/config.config.json contains the configuration for local development. All properties defined here are later available via env variables.

Description
No description provided
Readme 443 MiB
2025-01-29 09:35:17 +01:00
Languages
TypeScript 74.6%
HTML 18.5%
SCSS 5.9%
CSS 0.8%
Shell 0.1%