Skip to content

Commit

Permalink
IM 1037 global config (#89)
Browse files Browse the repository at this point in the history
* feat(templates): add example global configuration

* fix(templates): prettier formatting removing whitespace

* Update application-templates/javascript/connect.yaml

Co-authored-by: PRAVEEN KUMAR VENKATESHAPPA <72923003+praveenkumarct@users.noreply.github.com>

* Update application-templates/javascript/connect.yaml

Co-authored-by: PRAVEEN KUMAR VENKATESHAPPA <72923003+praveenkumarct@users.noreply.github.com>

---------

Co-authored-by: diegodeleonfagundez <108401418+diegodeleonfagundez@users.noreply.github.com>
Co-authored-by: PRAVEEN KUMAR VENKATESHAPPA <72923003+praveenkumarct@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 294885d commit f89b8e2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions application-templates/javascript/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,13 @@ deployAs:
# - key: ENTRY_POINT_URI_PATH
# description: The Application entry point URI path identified during registration of Custom Application
# required: true
inheritAs:
configuration:
securedConfiguration:
- key: GLOBAL_SECURED_CONFIGURATION
description: This secured configuration will be applied to all applications
required: true
standardConfiguration:
- key: GLOBAL_STANDARD_CONFIGURATION
description: This standard configuration will be applied to all applications
required: true
10 changes: 10 additions & 0 deletions application-templates/typescript/connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,13 @@ deployAs:
# - key: ENTRY_POINT_URI_PATH
# description: The Application entry point URI path identified during registration of Custom Application
# required: true
inheritAs:
configuration:
securedConfiguration:
- key: GLOBAL_SECURED_CONFIGURATION
description: This secured configuration will configuration will be applied to all applications
required: true
standardConfiguration:
- key: GLOBAL_STANDARD_CONFIGURATION
description: This standard configuration will configuration will be applied to all applications
required: true

0 comments on commit f89b8e2

Please sign in to comment.