diff options
author | s00370346 <swarup.nayak1@huawei.com> | 2019-03-14 15:06:40 +0530 |
---|---|---|
committer | s00370346 <swarup.nayak1@huawei.com> | 2019-03-18 15:25:23 +0530 |
commit | be11dee889f5a740d584458b62804e5fd4296e53 (patch) | |
tree | 2cc5e14c29df1a40f8e7bbe3bb08fffa38e023b8 /etc/access-token.json | |
parent | d76c2d0f61bfb4373b13fcdb6fc3317467dd19b4 (diff) |
Issue-ID: DCAEGEN2-1055 Generic RestConfCollector
Change-Id: I1800affa2b34cbb7487c0d8411e078adec5a0c48
Signed-off-by: s00370346 <swarup.nayak1@huawei.com>
Diffstat (limited to 'etc/access-token.json')
-rwxr-xr-x | etc/access-token.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/access-token.json b/etc/access-token.json index 6fc9fbb..caae620 100755 --- a/etc/access-token.json +++ b/etc/access-token.json @@ -1,4 +1,5 @@ { - "userName" : "test123", - "password" : "Changeme_123" + "grantType" : "password", + "userName" : "tokenUser", + "value" : "Test_12345" } |