X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fcommon%2Fidentity%2Fauthentication.json;fp=solution%2Fintegration%2Fsmo%2Fcommon%2Fidentity%2Fauthentication.json;h=0000000000000000000000000000000000000000;hb=990de7205645f827a36429006f7e5529b5fb6866;hp=f16de97cbc9fec44072dea5fd8a7fd5395dd90ab;hpb=a3be9ade3bec5ca8cd5b41032704872f87d8c065;p=oam.git diff --git a/solution/integration/smo/common/identity/authentication.json b/solution/integration/smo/common/identity/authentication.json deleted file mode 100644 index f16de97..0000000 --- a/solution/integration/smo/common/identity/authentication.json +++ /dev/null @@ -1,99 +0,0 @@ -{ - "users": [ - { - "firstName": "Leia", - "lastName": "Organa", - "email": "leia.organa@sdnr.onap.org", - "enabled": "true", - "username": "leia.organa", - "credentials": [ - { - "type": "password", - "value": "Default4SDN!", - "temporary": false - } - ] - }, - { - "firstName": "R2", - "lastName": "D2", - "email": "r2.d2@sdnr.onap.org", - "enabled": "true", - "username": "r2.d2", - "credentials": [ - { - "type": "password", - "value": "Default4SDN!", - "temporary": false - } - ] - }, - { - "firstName": "Luke", - "lastName": "Skywalker", - "email": "luke.skywalker@sdnr.onap.org", - "enabled": "true", - "username": "luke.skywalker", - "credentials": [ - { - "type": "password", - "value": "Default4SDN!", - "temporary": false - } - ] - }, - { - "firstName": "Jargo", - "lastName": "Fett", - "email": "jargo.fett@sdnr.onap.org", - "enabled": "true", - "username": "jargo.fett", - "credentials": [ - { - "type": "password", - "value": "Default4SDN!", - "temporary": false - } - ] - }, - { - "firstName": "Martin", - "lastName": "Skorupski", - "email": "martin.skorupski@highstreet-technologies.com", - "enabled": "true", - "username": "martin.skorupski", - "credentials": [ - { - "type": "password", - "value": "Default4SDN!", - "temporary": true - } - ], - "requiredActions": [ - "UPDATE_PASSWORD" - ] - } - ], - "grants": [ - { - "username": "leia.organa", - "role": "administration" - }, - { - "username": "r2.d2", - "role": "administration" - }, - { - "username": "luke.skywalker", - "role": "provision" - }, - { - "username": "jargo.fett", - "role": "supervision" - }, - { - "username": "martin.skorupski", - "role": "administration" - } - ] -} \ No newline at end of file