Update plugin paths from /etc/haproxy to /etc/easyhaproxy across tests, configs, and documentation
This commit is contained in:
parent
8532d49642
commit
3fd0fe0d46
9 changed files with 27 additions and 26 deletions
2
tests/fixtures/services-with-jwt-validator
vendored
2
tests/fixtures/services-with-jwt-validator
vendored
|
|
@ -7,6 +7,6 @@
|
|||
"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"
|
||||
"easyhaproxy.http.plugin.jwt_validator.pubkey_path": "/etc/easyhaproxy/jwt_keys/api_pubkey.pem"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue