diff options
author | Dan Timoney <dtimoney@att.com> | 2019-10-31 12:57:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-31 12:57:33 +0000 |
commit | 9fe840e96ce51f7204fb03e7bbb4820d4b88f309 (patch) | |
tree | ec14e1bd43090eb069b423aa50cb3acc8836e272 /ms/py-executor/configuration.ini | |
parent | e875f21826bd1ff4964d06deba7784587b4f95b6 (diff) | |
parent | a5ceb2485df10aa4987c64975d7200ff090c5890 (diff) |
Merge "Py executor grpc TLS server authentication."
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 |