aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-ticketmgt/src/main/resources
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-09-22 10:05:26 -0400
committerJerry Flood <jflood@att.com>2019-09-22 10:42:56 -0400
commit65655f00562ab842192ec278d77bdc8d343abe39 (patch)
tree12dad3a02d382345baffe2a5aad4dbdb2cc85f14 /cmso-ticketmgt/src/main/resources
parent08ea9123fbe26f0d677ecdd438aea773ddd8e857 (diff)
Re-factor AAF interface to omit cadi
Issue-ID: OPTFRA-593 Change-Id: I84c70e7e0830799d9b856f0931f8e79c27127f76 Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-ticketmgt/src/main/resources')
-rw-r--r--cmso-ticketmgt/src/main/resources/aaf/AAFUserRoles.properties1
-rw-r--r--cmso-ticketmgt/src/main/resources/application.properties2
2 files changed, 2 insertions, 1 deletions
diff --git a/cmso-ticketmgt/src/main/resources/aaf/AAFUserRoles.properties b/cmso-ticketmgt/src/main/resources/aaf/AAFUserRoles.properties
new file mode 100644
index 0000000..e7fc221
--- /dev/null
+++ b/cmso-ticketmgt/src/main/resources/aaf/AAFUserRoles.properties
@@ -0,0 +1 @@
+/**=org.onap.oof.access|*|get ALL \ No newline at end of file
diff --git a/cmso-ticketmgt/src/main/resources/application.properties b/cmso-ticketmgt/src/main/resources/application.properties
index ff00096..1fb4a8f 100644
--- a/cmso-ticketmgt/src/main/resources/application.properties
+++ b/cmso-ticketmgt/src/main/resources/application.properties
@@ -58,4 +58,4 @@ com.att.eelf.logging.file=logback.xml
com.att.eelf.logging.path=
logging.config=
-spring.profiles.active=proprietary-auth \ No newline at end of file
+spring.profiles.active=aaf-auth \ No newline at end of file