diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 01:36:09 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 01:36:18 -0400 |
commit | fba1377ec434f130440f55b24f6355415ff65ee6 (patch) | |
tree | b3c00e8636edbe61bea80f05bb6d92851d830ba7 | |
parent | 6056fc2a3a0d1853042b9613846cd4ad803ce4e4 (diff) |
Remove the aaf profile for local
Issue-ID: AAI-2886
Change-Id: I662e5fc1321519174cc2efd6310812b09593cc76
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
-rw-r--r-- | aai-traversal/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index 49c0489..a538a58 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -35,7 +35,7 @@ server.ssl.client-auth=want server.ssl.key-store-type=JKS # Start of Internal Specific Properties -spring.profiles.active=production,aaf-auth +spring.profiles.active=production,one-way-ssl ### server.certs.location=${server.local.startpath}etc/auth/ server.keystore.name.pkcs12=aai_keystore |