diff options
author | BENJAMIN, MAX <max.benjamin@att.com> | 2021-03-16 11:20:24 -0400 |
---|---|---|
committer | AT&T Open Source <g22940@att.com> | 2021-03-16 11:20:25 -0400 |
commit | 55da0634facacf1e1c77e7b1d89a42176552b227 (patch) | |
tree | 714bc5b035238737cb207a21a155a9241274e4e2 /common/src/test/resources | |
parent | 1390709516d9d88cb498dd9d02ca39515eb59c24 (diff) |
wrap logger patterns in masking class
wrap logger patterns in masking class
Issue-ID: SO-3589
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: Ic7893001b77a9791cd43c958b9bad7065d7a4e2a
Diffstat (limited to 'common/src/test/resources')
-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" + } + } + } + } +} |