From: Martin Skorupski Date: Sat, 8 Apr 2023 09:51:02 +0000 (+0200) Subject: Secure all created user accounts X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b20bf52a84bf13a89edc37f6702f8441e0e0fe01;p=oam.git Secure all created user accounts - change the config for users Issue-ID: OAM-328 Change-Id: I1b044bebe2cd20aa49a482b978aa687e0f32ee44 Signed-off-by: Martin Skorupski --- diff --git a/solution/smo/common/identity/authentication.json b/solution/smo/common/identity/authentication.json index f16de97..2f91979 100644 --- a/solution/smo/common/identity/authentication.json +++ b/solution/smo/common/identity/authentication.json @@ -10,8 +10,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, { @@ -24,8 +27,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, { @@ -38,8 +44,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, { @@ -52,8 +61,11 @@ { "type": "password", "value": "Default4SDN!", - "temporary": false + "temporary": true } + ], + "requiredActions": [ + "UPDATE_PASSWORD" ] }, {