Skip to content

Commit

Permalink
Added load permission script (#84)
Browse files Browse the repository at this point in the history
* fix: added load permission script

* fix: update lib version in package.json

* fix: update helm/values
  • Loading branch information
HenryT-CG authored Mar 6, 2024
1 parent 0acbae3 commit f20ce64
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 61 deletions.
12 changes: 6 additions & 6 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@ app:
enabled: true
spec:
exposedModule: "./OneCXThemeModule"
description: "OneCX Theme Module"
note: "OneCX Theme UI module auto import via MF operator"
description: "OneCX Theme"
note: "OneCX Theme UI auto import via MF operator"
# Permission
permission:
enabled: true
spec:
permissions:
THEME:
CREATE: Create theme
EDIT: Edit theme
DELETE: Delete theme
EDIT: Edit theme
SAVE: Update and save theme
SEARCH: Search theme
VIEW: View mode for theme
IMPORT: Import theme
EXPORT: Export theme
VIEW: View mode for theme
SEARCH: Search theme
# Keycloak
keycloak:
client:
enabled: true
spec:
kcConfig:
clientId: "onecx-theme-ui"
clientId: "onecx-theme-ui"

# PIPE Config
225 changes: 177 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f20ce64

Please sign in to comment.