Skip to content

Releases: johnandersen777/httptest

2.1.1

03 Jan 19:25
Compare
Choose a tag to compare
entry points: httptest-oidc

Signed-off-by: John Andersen <[email protected]>

2.1.0

28 Dec 20:29
Compare
Choose a tag to compare

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

13 Dec 15:50
56fc2cf
Compare
Choose a tag to compare
ci: tests: build: Fix loop to sleep when waiting

2.0.1

19 Nov 07:26
Compare
Choose a tag to compare

Full Changelog: 0.2.0...2.0.1

0.2.0

12 Nov 12:55
Compare
Choose a tag to compare

Full Changelog: 0.1.6...0.2.0

0.1.6

25 Oct 18:50
a0778ca
Compare
Choose a tag to compare

Enable passing port and address to bind to for httptest-cache

$ httptest-cache https://example.com --port 8080

Attempt Release Automation 5

23 Jan 07:23
898e0a7
Compare
Choose a tag to compare

Attempt Release Automation 4

23 Jan 07:19
285f401
Compare
Choose a tag to compare
0.1.4

workflows: release: github: Fix grep for tag_name should be id

Attempt Release Automation 3

23 Jan 07:11
0f23bfe
Compare
Choose a tag to compare
0.1.3

workflows: release: github: Add missing backslashes to curl commands

Attempt Release Automation 2

23 Jan 06:31
0011b37
Compare
Choose a tag to compare
0.1.2

workflows: release: Change automatic release action