Skip to content

Commit

Permalink
bug(jans-linux-setup): agama engine should be disabled by default (#4381
Browse files Browse the repository at this point in the history
)

* docs: update doc pages to reflect updates #4377

* fix: agama engine disabled by default #4377
  • Loading branch information
jgomer2001 authored Mar 29, 2023
1 parent 2c73b1d commit 2ab0c5a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/admin/developer/agama/engine-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The properties of Agama engine configuration are described in the following:
## Engine availability

By default the engine is enabled. It might be the case your administrator temporarily disabled Agama. Do the following to restore its availability:
By default the engine is **disabled**. Do the following to enable it: <!--It might be the case your administrator temporarily disabled Agama. Do the following to restore its availability:-->

- Enable Agama bridge script. You can find details on how to manage custom scripts in [this](../../config-guide/jans-cli/im/im-custom-scripts.md) page. Here, set property `enabled` to `true` and increase `revision` value by one
- Enable Agama bridge script. You can find details on how to manage custom scripts in [this](../../config-guide/jans-cli/im/im-custom-scripts.md) page. There, set property `enabled` to `true` and increase `revision` value by one
- Set `enabled` property in Agama configuration to `true`. This is the property listed above in this page
3 changes: 3 additions & 0 deletions docs/admin/developer/agama/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ In this page a high-level overview of the flow development process is presented.

These are key concepts to keep in mind before starting.

!!! Important
Ensure the engine is [enabled](./engine-config.md#engine-availability) in your installation.

### Flow data

Every flow has some associated information. At minimum this is required:
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/server/conf/jans-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"deviceAuthzTokenPollInterval": 5,
"deviceAuthzResponseTypeToProcessAuthz": "code",
"agamaConfiguration": {
"enabled": true,
"enabled": false,
"templatesPath": "/ftl",
"scriptsPath": "/scripts",
"serializerType": "KRYO",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@
"redirectUrisRegexEnabled": true,
"useHighestLevelScriptIfAcrScriptNotFound": false,
"agamaConfiguration": {
"enabled": true,
"enabled": false,
"templatesPath": "/ftl",
"scriptsPath": "/scripts",
"serializerType": "KRYO",
Expand Down

0 comments on commit 2ab0c5a

Please sign in to comment.