Skip to content

Commit 2061eba

Browse files
authored
Runtime Security Rules Support with existing rules import script
Runtime Security Rules Support with existing rules import script
1 parent e1a3544 commit 2061eba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+17534
-7108
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := /bin/bash
22

3-
export API_TAGS ?= ExternalClusterAPI,PoliciesAPI,NodeConfigurationAPI,NodeTemplatesAPI,AuthTokenAPI,ScheduledRebalancingAPI,InventoryAPI,UsersAPI,OperationsAPI,EvictorAPI,SSOAPI,CommitmentsAPI,WorkloadOptimizationAPI,ServiceAccountsAPI,RbacServiceAPI
3+
export API_TAGS ?= ExternalClusterAPI,PoliciesAPI,NodeConfigurationAPI,NodeTemplatesAPI,AuthTokenAPI,ScheduledRebalancingAPI,InventoryAPI,UsersAPI,OperationsAPI,EvictorAPI,SSOAPI,CommitmentsAPI,WorkloadOptimizationAPI,ServiceAccountsAPI,RbacServiceAPI,RuntimeSecurityAPI
44
export SWAGGER_LOCATION ?= https://api.cast.ai/v1/spec/openapi.json
55

66
export CLUSTER_AUTOSCALER_API_TAGS ?= HibernationSchedulesAPI

castai/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func Provider(version string) *schema.Provider {
6060
"castai_organization_group": resourceOrganizationGroup(),
6161
"castai_role_bindings": resourceRoleBindings(),
6262
"castai_hibernation_schedule": resourceHibernationSchedule(),
63+
"castai_security_runtime_rule": resourceSecurityRuntimeRule(),
6364
},
6465

6566
DataSourcesMap: map[string]*schema.Resource{

0 commit comments

Comments
 (0)