Add authorization endpoint (#284)
This commit is contained in:
6
src/test/resources/configs/auth-with-wrong-pub-key.yaml
Normal file
6
src/test/resources/configs/auth-with-wrong-pub-key.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
auth:
|
||||
enabled: true
|
||||
publicKeyOwner: drpc
|
||||
keys:
|
||||
provider-private-key: "classpath:keys/priv.p8.key"
|
||||
external-public-key: "classpath:keys/pub-wrong.key"
|
||||
Reference in New Issue
Block a user