diff options
author | Jim Hahn <jrh3@att.com> | 2020-03-20 14:05:42 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-03-20 16:00:52 -0400 |
commit | 61a8fce56dc83def96a0100fd5c135f18a6dbf0c (patch) | |
tree | abf3b316b933937f8e6b292868e4fc5b7c5e0287 /controlloop/common/feature-controlloop-management/src | |
parent | 5fcf333ab55f5ccfa80985df590723e083403075 (diff) |
Disable guard via env variable
Default to "false". Can override in CSITs.
Issue-ID: POLICY-2434
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I72d8d5a87adef2cd66d8afb78117264fb4c05e9a
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src')
-rw-r--r-- | controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties index d957e4051..791bb8947 100644 --- a/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties +++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/event-manager.properties @@ -30,7 +30,7 @@ operation.history.password=${env:SQL_PASSWORD} # configured and started. Thus some of them have a "placeholder" property. # -actor.service.GUARD.disabled=true +actor.service.GUARD.disabled=${envd:GUARD_DISABLED:false} actor.service.GUARD.clientName=GUARD actor.service.GUARD.operations.Decision.path=decision |