Draft: Adding Acceptance Tests
- Created a new module
secret-acceptance-test
- Copy over core test cases to new project
- Made test classes
final
forbidding overrides. - Decouple provider modules from a core-test module. (By moving the refactored module to a new folder)
- Added a common, standards-based configuration for token issuing. (OIDC and direct token injection)
- Added new
acceptance
job.
Edited by Vihar Mamania