
This commit includes the following: - Base Classes for: * Shipyard tests * Shipyard RBAC tests - Unfinished Shipyard REST Clients for: * Document Staging API * Action API * Airflow Monitoring API * Log Retrieval API - RBAC Tests for Shipyard: * get workflows * get actions * get configdocs Future commits can follow this commit to further test Airship components.
14 lines
213 B
YAML
14 lines
213 B
YAML
shipyard:
|
|
get_actions:
|
|
- admin
|
|
- admin_ucp
|
|
- admin_ucp_viewer
|
|
get_configdocs:
|
|
- admin
|
|
- admin_ucp
|
|
- admin_ucp_viewer
|
|
get_workflows:
|
|
- admin
|
|
- admin_ucp
|
|
- admin_ucp_viewer
|