Skip to content

Commit 74fb1c6

Browse files
author
Arnas Navašinskas
committed
Implement terraform security rules
1 parent c6938f8 commit 74fb1c6

File tree

19 files changed

+16232
-7210
lines changed

19 files changed

+16232
-7210
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)