Skip to content

Commit 89535de

Browse files
committed
Conf update for OIDC and Admin users
- added oidc providers and admin users in sanity conf - added individual configuration files for oidc providers and admin users Change-Id: Ie8f0c54c2e08dfbc4f37b394aeb9c23de8d2cae0 Reviewed-on: https://review.couchbase.org/c/TAF/+/228237 Tested-by: Build Bot <build@couchbase.com> Reviewed-by: VIPUL BHARDWAJ <vipul.bhardwaj@couchbase.com>
1 parent df7e5b1 commit 89535de

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

conf/capella/cp_v4_API-sanity.conf

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# - Group P11 : Events (4 endpoints)
1717
# - GROUP P12 : GSI (4 endpoints)
1818
# - Group P13 : AppEndpoints (16 endpoints)
19+
# - Group P14 : OIDC Providers (6 endpoints)
20+
# - Group P15 : Admin Users (6 endpoints)
1921

2022
# Some Params can be specified while running tests in the pipeline or locally by editing the file or passing them in the test configuration.
2123
# - `server_version` : The server version for capella cluster to be deployed. DEFAULT = 7.6
@@ -112,6 +114,49 @@ Capella.RestAPIv4.AppEndpoints.app_endpoint_online.PostActivationStatus:
112114
test_api_path,GROUP=P13;functional
113115
test_authorization,GROUP=P13;security;S1
114116

117+
Capella.RestAPIv4.AppEndpoints.get_app_endpoint_o_i_d_c_providers.GetOidcProviders:
118+
test_api_path,GROUP=P14;functional
119+
test_authorization,GROUP=P14;security;S1
120+
Capella.RestAPIv4.AppEndpoints.list_app_endpoint_o_i_d_c_providers.ListOidcProviders:
121+
test_api_path,GROUP=P14;functional
122+
test_authorization,GROUP=P14;security;S1
123+
Capella.RestAPIv4.AppEndpoints.create_app_endpoint_o_i_d_c_providers.PostOidcProviders:
124+
test_api_path,GROUP=P14;functional
125+
test_authorization,GROUP=P14;security;S1
126+
test_payload,GROUP=P14;functional
127+
Capella.RestAPIv4.AppEndpoints.update_app_endpoint_o_i_d_c_providers.PutOidcProviders:
128+
test_api_path,GROUP=P14;functional
129+
test_authorization,GROUP=P14;security;S1
130+
test_payload,GROUP=P14;functional
131+
Capella.RestAPIv4.AppEndpoints.update_app_endpoint_o_i_d_c_default_providers.PutDefaultProvider:
132+
test_api_path,GROUP=P14;functional
133+
test_authorization,GROUP=P14;security;S1
134+
test_payload,GROUP=P14;functional
135+
Capella.RestAPIv4.AppEndpoints.delete_app_endpoint_o_i_d_c_providers.DeleteOidcProviders:
136+
test_api_path,GROUP=P14;functional
137+
test_authorization,GROUP=P14;security;S1
138+
139+
Capella.RestAPIv4.AppService.get_app_service_admin_users.GetAdminUsers:
140+
test_api_path,GROUP=P15;functional
141+
test_authorization,GROUP=P15;security;S3
142+
Capella.RestAPIv4.AppService.add_app_service_admin_users.PostAdminUsers:
143+
test_api_path,GROUP=P15;functional
144+
test_authorization,GROUP=P15;security;S3
145+
test_payload,GROUP=P15;functional
146+
Capella.RestAPIv4.AppService.list_app_service_admin_users.ListAdminUsers:
147+
test_api_path,GROUP=P15;functional
148+
test_authorization,GROUP=P15;security;S3
149+
Capella.RestAPIv4.AppService.list_app_endpoint_admin_users.ListAdminUsers:
150+
test_api_path,GROUP=P15;functional
151+
test_authorization,GROUP=P15;security;S3
152+
Capella.RestAPIv4.AppService.update_app_service_admin_users.PutAdminUsers:
153+
test_api_path,GROUP=P15;functional
154+
test_authorization,GROUP=P15;security;S3
155+
test_payload,GROUP=P15;functional
156+
Capella.RestAPIv4.AppService.delete_app_service_admin_users.DeleteAdminUsers:
157+
test_api_path,GROUP=P15;functional
158+
test_authorization,GROUP=P15;security;S3
159+
115160
Capella.RestAPIv4.AppServicesAuditLogging.get_app_service_audit_log_states.GetAuditLog:
116161
test_api_path,GROUP=P12;functional
117162
test_authorization,GROUP=P12;security;S1

0 commit comments

Comments
 (0)