Skip to content

Commit

Permalink
Make keyid unique
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Nov 1, 2023
1 parent ab570aa commit 33e0f9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/com.uid2.core/test/clients/clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"site_id": 3,
"key_hash": "poag9K6u2rHmltuQDWeGMb1AsYnfRlxx6aJVtnCJSzvftwcOKV3QzknBhA9tHWHGrjRVQN+9cjifRkDUbD6aWA==",
"key_salt": "fYhiujcFuJnfQy8pw4VVeQlSM5fJSmnBVo8KMz+XzF0=",
"key_id": "test-"
"key_id": "test-admin-key"
},
{
"key": "test-mapper-key",
Expand All @@ -25,7 +25,7 @@
"site_id": 4,
"key_hash": "dHbN5wd/GUnbON14NGMMLseApTgp9ai/XM9/d7udIz4/SIEzJi4RqCU/TtGxzqah5r21D2537KitOSZMXakagw==",
"key_salt": "j9O/NzABFM/mqIU8tEs4nmSdK5vbtcU6LIKoz9VdEQw=",
"key_id": "test-"
"key_id": "test-mapper-key"
},
{
"key": "test-optout-key",
Expand All @@ -38,7 +38,7 @@
"site_id": 5,
"key_hash": "DNuG54XqyEypaNrCFqHPAy3e25zIqcofWnvVzprR9r7cBIGOcqA7vSkmLrRezawpyidhJ+Kx1cnK/s/LtlHZPQ==",
"key_salt": "3gCfrkODHPBxgyq4XN01Zmv4f0wLJLAl/vdFiXULDXI=",
"key_id": "test-"
"key_id": "test-optout-key"
},
{
"key": "trusted-partner-key",
Expand Down

0 comments on commit 33e0f9b

Please sign in to comment.