Releases: johnandersen777/httptest
Releases · johnandersen777/httptest
2.1.1
entry points: httptest-oidc Signed-off-by: John Andersen <[email protected]>
2.1.0
OIDC Server
Example relying-party: https://scitt-community.github.io/scitt-api-emulator/oidc.html
Start server httptest-oidc
$ python -m httptest.oidc \
--issuer https://this-service.example.com \
--audience https://relying-party.example.com \
--addr 0.0.0.0 \
--port 8000 \
--subject test-subject \
--private-key-pem-path private-key.pem \
--token-path token.jwt
Make requests
$ curl -H "Authorization: Bearer $(curl https://this-service.example.com/token | jq -r token)" -v https://relying-party.example.com
$ curl -H "Authorization: Bearer $(cat token.jwt)" -v https://relying-party.example.com
2.0.2
ci: tests: build: Fix loop to sleep when waiting
2.0.1
Full Changelog: 0.2.0...2.0.1
0.2.0
Full Changelog: 0.1.6...0.2.0
0.1.6
Enable passing port and address to bind to for httptest-cache
$ httptest-cache https://example.com --port 8080
Attempt Release Automation 5
Full Changelog: 0.1.4...0.0.17
Attempt Release Automation 4
0.1.4 workflows: release: github: Fix grep for tag_name should be id
Attempt Release Automation 3
0.1.3 workflows: release: github: Add missing backslashes to curl commands
Attempt Release Automation 2
0.1.2 workflows: release: Change automatic release action