Skip to content

Commit

Permalink
P1 security tests for AI services
Browse files Browse the repository at this point in the history
Change-Id: I0be630b955ee7c64fc881147e9e0079698ced84f
Reviewed-on: https://review.couchbase.org/c/TAF/+/221807
Tested-by: Build Bot <[email protected]>
Reviewed-by: shaazin19 <[email protected]>
Tested-by: shaazin19 <[email protected]>
  • Loading branch information
mohsin-couchbase committed Jan 31, 2025
1 parent 7a5ca7e commit 688be6e
Show file tree
Hide file tree
Showing 3 changed files with 927 additions and 30 deletions.
14 changes: 11 additions & 3 deletions conf/security/py-ai_services_security_test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ security.onCloud.ai_services_security_test.SecurityTest:
test_autovec_workflow_api_auth,num_clusters=1
test_autovec_workflow_api_authz_tenant_ids,num_clusters=1
test_autovec_workflow_api_authz_project_ids,num_clusters=1
test_autovec_workflow_api_authz_org_roles,num_cluster=1
test_autovec_workflow_api_authz_project_roles,num_cluster=1
test_autovec_workflow_api_authz_org_roles,num_clusters=1
test_autovec_workflow_api_authz_project_roles,num_clusters=1
test_model_api_auth,num_clusters=1
test_model_api_tenant_ids,num_clusters=1
test_model_api_project_ids,num_clusters=1
test_model_api_project_ids,num_clusters=1
test_workflow_with_deleted_creds,num_clusters=1
test_sensitive_info_in_api_response,num_clusters=1
test_workflow_metadata_access,num_clusters=1,
test_invalid_model_deployment,num_clusters=1
test_intelligence_endpoint_auth,num_clusters=1,deploy_llm_model=True
test_model_ip_allowlist,num_clusters=1,deploy_llm_model=True,deploy_embedding_model=True
test_gateway_endpoints_auth,num_clusters=1,deploy_llm_model=True,deploy_embedding_model=True,deploy_second_cluster=True
test_https_for_model_endpoint,num_clusters=1,deploy_llm_model=True,deploy_embedding_model=True
Loading

0 comments on commit 688be6e

Please sign in to comment.