diff options
author | Ramesh Parthasarathy <ramesh.parthasarathy@att.com> | 2019-03-01 21:21:20 +0000 |
---|---|---|
committer | Ramesh Parthasarathy <ramesh.parthasarathy@att.com> | 2019-03-01 23:05:23 +0000 |
commit | bef9c7b4416a3e8f921f5ab6cd2ef836dff09e14 (patch) | |
tree | 77512e989847bc75a43673de0af9958d722d3e57 /kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml | |
parent | 93f9d973a1d09d6d8c99973d1c49dbbd0d826a56 (diff) |
updated encrypted passwords with config
The config files have been updated with encrypted
passwords using latest algorithm
Change-Id: I6b931d106a3706ea76bb8477398bd838162849a2
Issue-ID: SO-1515
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Diffstat (limited to 'kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml')
-rwxr-xr-x | kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml b/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml index 7f9fc8ff61..f5672ebc1e 100755 --- a/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml +++ b/kubernetes/so/charts/so-sdc-controller/resources/config/overrides/override.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. aai: - auth: 65885E7C4E860E420808030D8BC653073E6782CB5026EC8F49E3E5C6F3E27F6A + auth: 2A11B07DB6214A839394AA1EC5844695F5114FC407FF5422625FB00175A3DCB8A1FF745F22867EFA72D5369D599BBD88DA8BED4233CF5586 server: port: {{ index .Values.containerPort }} spring: @@ -61,7 +61,7 @@ mso: consumerId: SO-COpenSource-Env11 environmentName: AUTO asdcAddress: sdc-be.{{ include "common.namespace" . }}:8443 - password: 613AF3483E695524F9857643B697FA51C7A9A0951094F53791485BF3458F9EADA37DBACCCEBD0CB242B85B4062745247 + password: 76966BDD3C7414A03F7037264FF2E6C8EEC6C28F2B67F2840A1ED857C0260FEE731D73F47F828E5527125D29FD25D3E0DE39EE44C058906BF1657DE77BF897EECA93BDC07FA64F pollingInterval: 60 pollingTimeout: 60 relevantArtifactTypes: HEAT,HEAT_ENV,HEAT_VOL |