Beapi-io / spring-boot-starter-beapi

Springboot 'convention over config' starter for API Automation
Other
1 stars 1 forks source link

TASK: Add ROLE_TEST for bootstrapped user #51

Closed orubel closed 1 year ago

orubel commented 1 year ago

Bootstrapped user should have a limited role mainly for testing. This role can also be used for automated testing.

Bootstrap user with ROLE_TEST instead of ROLE_USER and edit IOSTATE/connectors to have this role as a limited baseline (or default to permitALL)

orubel commented 1 year ago

added to all beapi_api.yml files and added to properties file. Testing bootstrapping and then need to add to connectors

orubel commented 1 year ago

updated and working. will be added to next version