diff options
author | Brinda Santh <bs2796@att.com> | 2019-10-22 20:47:12 -0400 |
---|---|---|
committer | Brinda Santh <bs2796@att.com> | 2019-10-22 20:47:12 -0400 |
commit | a5ceb2485df10aa4987c64975d7200ff090c5890 (patch) | |
tree | 15b22424eccfd78996d717873a6a1517e2820a4e /ms/py-executor/configuration.ini | |
parent | 910fa69e65b3d151ef2bdbbf90fdcc31cfa01008 (diff) |
Py executor grpc TLS server authentication.
Issue-ID: CCSDK-1854
Signed-off-by: Brinda Santh <bs2796@att.com>
Change-Id: I72b3deb7976e7d3e44478c497a46b9b4ac428623
Diffstat (limited to 'ms/py-executor/configuration.ini')
-rw-r--r-- | ms/py-executor/configuration.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ms/py-executor/configuration.ini b/ms/py-executor/configuration.ini index 8c36dd04f..5688f39bd 100644 --- a/ms/py-executor/configuration.ini +++ b/ms/py-executor/configuration.ini @@ -1,6 +1,11 @@ [scriptExecutor] port=%(APP_PORT)s -auth=%(BASIC_AUTH)s +authType=%(AUTH_TYPE)s +# For Token Auth +token=%(AUTH_TOKEN)s +# For TLS Auth +certChain=%(AUTH_CERT_CHAIN)s +privateKey=%(AUTH_PRIVATE_KEY)s logFile=%(LOG_FILE)s maxWorkers=20 |