Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Releases: ministryofjustice/analytics-platform-concourse-auth0-client-resource

v2.0.3: Auth0 Management API pagination and minor things

27 Aug 10:44
4f5e838
Compare
Choose a tag to compare

The main change is the use of pagination for the Auth0 Management API.
This is important because they'll stop returning all the elements from 26th January 2021 so things would break without this.

Other changes:

PRs:

Ticket: https://trello.com/c/J3Y65lIY/762-fix-auth0-management-api-pagination

Send no body on GET /api/permissions

01 May 14:36
c4ba4d1
Compare
Choose a tag to compare

Ensure a body and content-length is only sent for POST, PUT and PATCH
See: #6

Raise exception if Auth0 response status is bad (plus proper logging)

30 Apr 13:18
99c90ff
Compare
Choose a tag to compare

Now checking the response status code in Auth0 API responses and raise an exception as soon as they happen. This is done using request's #raise_for_status() method.

Also added proper logging using the structlog module - thanks to @ntoll for the logging ⭐ 🏆 .

PR: #4

Related to ticket: https://trello.com/c/I2GozO5D

v2.0.0: Merge pull request #3 from ministryofjustice/support-connections

31 Jul 15:33
b0ae724
Compare
Choose a tag to compare

Extra output files

04 May 15:25
Compare
Choose a tag to compare

Creates client_id and client_secret files for input into other resources or tasks

The first one

23 Apr 14:31
Compare
Choose a tag to compare
The first one Pre-release
Pre-release

Initial attempt at a Concourse resource type for Auth0 clients