Add AAI endpoint and auth for so-openstack-adapter 79/83479/1
authorMunir Ahmad <munir.ahmad@bell.ca>
Wed, 27 Mar 2019 12:05:43 +0000 (08:05 -0400)
committerMunir Ahmad <munir.ahmad@bell.ca>
Wed, 27 Mar 2019 12:05:43 +0000 (08:05 -0400)
Issue-ID: SO-1484

Change-Id: I799033d19da1e3dee64713d794d7dc13ad6d72c3
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
kubernetes/so/charts/so-openstack-adapter/resources/config/overrides/override.yaml

index 592c390..0078711 100755 (executable)
@@ -11,6 +11,8 @@
 # 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.
+aai:
+  auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586
 server:
   port: {{ index .Values.containerPort }}
 spring:
@@ -97,6 +99,8 @@ mso:
     db:
       spring:
         endpoint: http://so-catalog-db-adapter.{{ include "common.namespace" . }}:8082
+  aai:
+    endpoint: https://aai.{{ include "common.namespace" . }}:8443
   db:
     auth: Basic YnBlbDpwYXNzd29yZDEk
   site-name: localDevEnv