Add secure-rbac tests for TransportKeys API
This patch adds basic RBAC tests for the Transport Keys API for
the reader, admin, and member personas with project scope.
Some tests will need additional work because they require transport
keys to be present, which can only be done by a system-scope admin
Change-Id: I269618fd760cffd992ca450bb9f13b9788b50b54
diff --git a/barbican_tempest_plugin/plugin.py b/barbican_tempest_plugin/plugin.py
index 7586050..b829a05 100644
--- a/barbican_tempest_plugin/plugin.py
+++ b/barbican_tempest_plugin/plugin.py
@@ -65,7 +65,8 @@
'QuotaClient',
'SecretClient',
'SecretMetadataClient',
- 'SecretStoresClient'
+ 'SecretStoresClient',
+ 'TransportKeyClient'
],
}
return [v1_params]