Modernizing PyThon Projec
This commit is contained in:
parent
b8848c8303
commit
55d0d1a105
51 changed files with 157 additions and 47 deletions
12
tests/fixtures/services-with-jwt-validator
vendored
Normal file
12
tests/fixtures/services-with-jwt-validator
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"192.168.1.50": {
|
||||
"easyhaproxy.http.host": "api.example.com",
|
||||
"easyhaproxy.http.port": "80",
|
||||
"easyhaproxy.http.localport": "8080",
|
||||
"easyhaproxy.http.plugins": "jwt_validator",
|
||||
"easyhaproxy.http.plugin.jwt_validator.algorithm": "RS256",
|
||||
"easyhaproxy.http.plugin.jwt_validator.issuer": "https://auth.example.com/",
|
||||
"easyhaproxy.http.plugin.jwt_validator.audience": "https://api.example.com",
|
||||
"easyhaproxy.http.plugin.jwt_validator.pubkey_path": "/etc/haproxy/jwt_keys/api_pubkey.pem"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue