Summary
Secure supertenant and add testing_admin user with password of "admin" to CP team scratch env. This has a high priority for the CP team since it is needed for optimistic locking testing.
Details
The Core Platform team's scratch environment is where it can test new features prior to release. Currently we have a need to run the karate tests in the context of this scratch environment. This scratch environment has been deployed, and modules have been installed, however it is known to be missing two important configurations which will enable karate testing. These configurations are as follows:
- The supertenant needs to be secured.
- A user named testing_admin needs to be added with okapi.all permissions.
There may be other configurations required, but as of now these are the known configurations we need. Environments where the karate tests are known to work are the testing and snapshot reference environments.
Background
|