Skip to content

Releases: Ed-Fi-Alliance-OSS/Data-Management-Service

dms-v0.2.1-alpha.0.132

24 Jan 21:23
f1fc30f
Compare
Choose a tag to compare
Pre-release
[DMS-480] Token introspection tests (#394)

* More token introspection tests

* fix name SIS Vendor

* Do not exit program on startup when config service is unreachable

dms-v0.2.1-alpha.0.131

24 Jan 18:28
4aebdb4
Compare
Choose a tag to compare
Pre-release
[DMS-415] Retrieve and cache claim sets  (#391)

* Add required interfaces and classes

* Implement retrieve and cache claimsets

* Re-organize the files and pass the api client details with frond end request

* Remove api client details cache

* Change to client id and secret

* Add Api client details provider tests

* Add unit tests for security project

* Add SecurityMetadataProviderTests

* Rename message handler

* Fix all the unit tests to resolve SecurityMetadataService

* Adding dummy middle ware for logging the details

* Include the resource authorization middle ware to pipe line

* Add tests for SecurityMetadataService

* Add dummy security metadata service for test

* Remove token processor

* Update docker files

* E2E build script fix for startup timing (#393)

* Update merge conflict error on the sln

* remove extra project from sln

* remove unnecessary assignment

---------

Co-authored-by: Adam Hopkins <[email protected]>

dms-v0.2.1-alpha.0.130

24 Jan 15:36
387f241
Compare
Choose a tag to compare
Pre-release
[METAED-1562] OpenAPI in ApiSchema.json (#392)

* [METAED-1562] OpenAPI in ApiSchema.json

* [METAED-1562] typo

* [METAED-1562] remove obsolete test

dms-v0.2.1-alpha.0.129

24 Jan 15:23
613240a
Compare
Choose a tag to compare
Pre-release
[DMS-493] Command line feature for DS OpenAPI generation (#390)

* Creation of project structure

* Combine documents

* Cleanup Code

* Copy OpenApy Test from DMS

* TreatWarningsAsErrors

* Fixes

* Fixing error on test

* More Test

* Test Invalid Format

* Renaming Tests

* Reformat entire command line procedure

* Exclude from coverage

* Fixing error on core unit test

* Adding source to test class

* Error on test execution

* Code update after local tests

* Make ext parameter optional and add output capable to do standard output

* Readme file with excecution options

* typo

dms-v0.2.1-alpha.0.128

23 Jan 14:40
f1b5676
Compare
Choose a tag to compare
Pre-release
[DMS-479] Verify 403 forbidden with bad token (#386)

* verify 403 forbidden with bad token

* Integrate configuration service with e2e for authn/authz

* obtain client token in e2e given statement

* e2e tests all use SIS Vendor credentials

* Validate token manipulation results in 401

* be more explicit

* enfoce authorization in e2e

* clean up more containers and volumes betewen runs

* update cache action to 4.2

cs-v0.2.1-alpha.0.128

23 Jan 14:40
f1b5676
Compare
Choose a tag to compare
cs-v0.2.1-alpha.0.128 Pre-release
Pre-release
[DMS-479] Verify 403 forbidden with bad token (#386)

* verify 403 forbidden with bad token

* Integrate configuration service with e2e for authn/authz

* obtain client token in e2e given statement

* e2e tests all use SIS Vendor credentials

* Validate token manipulation results in 401

* be more explicit

* enfoce authorization in e2e

* clean up more containers and volumes betewen runs

* update cache action to 4.2

dms-v0.2.1-alpha.0.127

22 Jan 18:30
bb7b314
Compare
Choose a tag to compare
Pre-release
[DMS-494] OpenAPI lint error fixes (#389)

* [DMS-494] OpenAPI lint error fixes

* [DMS-494] Fix apischema validation

* [DMS-494] add tags to tests

* [DMS-494] restore build

dms-v0.2.1-alpha.0.126

20 Jan 16:02
1c7be4d
Compare
Choose a tag to compare
Pre-release
[DMS-482] OpenAPI with extension support (#387)

* [DMS-482] OpenAPI extension support

* [DMS-482] file load changes

* [DMS-482] cleanup for tests

* [DMS-482] unit tests

* [DMS-482] New ApiSchema.json with OpenAPI

* [DMS-497] change TODOs to specific ticket

dms-v0.2.1-alpha.0.125

14 Jan 18:37
91021db
Compare
Choose a tag to compare
Pre-release
[DMS-458] Support environment variables (#383)

* support environment variables

* documentation

* same change on config-service

dms-v0.2.1-alpha.0.124

14 Jan 18:15
baae190
Compare
Choose a tag to compare
Pre-release
[DMS-456] Add Claim set scope to application client (#380)

* Handle vendor application specific scope

* Fix tests

* Add validation for claim set name with white spaces

* Update keycloak client when updating application name or claim set

* Refactor update client and update tests. Add E2E test for token validation