diff options
author | Arthur Martella <arthur.martella.1@att.com> | 2019-03-15 12:28:33 -0400 |
---|---|---|
committer | Arthur Martella <arthur.martella.1@att.com> | 2019-03-15 12:28:33 -0400 |
commit | 6b7d6f0b3ebe74ddb93bcbf44e3853e0027be0be (patch) | |
tree | 16ef5382c3470255842068fefcc216f9abae3b62 /valetapi/kubernetes/org-onap-fgps-dev/resources/config/auth.properties | |
parent | 45d1330477382bed46418936e89c0ce0e6f9dcc8 (diff) |
Initial upload of F-GPS seed code 12/21
Includes:
API helm chart
API dockerfile
Change-Id: Ic04ceb43be33055eb6e76d086bef9ce18a629c72
Issue-ID: OPTFRA-440
Signed-off-by: arthur.martella.1@att.com
Diffstat (limited to 'valetapi/kubernetes/org-onap-fgps-dev/resources/config/auth.properties')
-rwxr-xr-x | valetapi/kubernetes/org-onap-fgps-dev/resources/config/auth.properties | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/valetapi/kubernetes/org-onap-fgps-dev/resources/config/auth.properties b/valetapi/kubernetes/org-onap-fgps-dev/resources/config/auth.properties new file mode 100755 index 0000000..14385d9 --- /dev/null +++ b/valetapi/kubernetes/org-onap-fgps-dev/resources/config/auth.properties @@ -0,0 +1,28 @@ + +# ============LICENSE_START======================================================= +# ONAP - F-GPS +# ================================================================================ +# Copyright (C) 2019 AT&T Intellectual Property. All rights +# reserved. +# ================================================================================ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# ============LICENSE_END============================================ +# =================================================================== +# +### + +mso.name={{.Values.auth.msoName}} +mso.pass={{.Values.auth.msoPass}} +valet.aaf.name={{.Values.auth.aafName}} +valet.aaf.pass={{.Values.auth.aasPassword}} +portal.admin.role={{.Values.auth.portalRole}} |