diff options
author | Max Benjamin <max.benjamin@att.com> | 2021-03-17 16:34:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-17 16:34:56 +0000 |
commit | b3b5dec2801b3eb4951e3e071490e240c8629a7a (patch) | |
tree | 5f1a690c28967a4ced1e5525b08416ccbc9e30e7 /common/src/test/resources/__files/logging/openstack-payload.json | |
parent | a53a1aa617f7ca6c052f4b4a0578b20456ec6d93 (diff) | |
parent | 55da0634facacf1e1c77e7b1d89a42176552b227 (diff) |
Merge "wrap logger patterns in masking class"
Diffstat (limited to 'common/src/test/resources/__files/logging/openstack-payload.json')
-rw-r--r-- | common/src/test/resources/__files/logging/openstack-payload.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/common/src/test/resources/__files/logging/openstack-payload.json b/common/src/test/resources/__files/logging/openstack-payload.json new file mode 100644 index 0000000000..ac4d1639dc --- /dev/null +++ b/common/src/test/resources/__files/logging/openstack-payload.json @@ -0,0 +1,26 @@ +{ + "auth": { + "identity": { + "password": { + "user": { + "name": "j0000", + "domain": { + "name": "name" + }, + "password": "my-password-wow" + } + }, + "methods": [ + "password" + ] + }, + "scope": { + "project": { + "id": "ad299b37da30413391e9c28138f0b0dd", + "domain": { + "name": "name" + } + } + } + } +} |