Jesum Yip
01/30/2023, 8:15 AMversion
for resource policies?version: 'production'
resources:
attack_patterns_resource:
id: sample_id_123
kind: attack_patterns
automatecatalog_resource:
id: sample_id_456
kind: automatecatalog
i am not allowed to specify version: "production"
as i will get an error of i do so: failed to load test suite: failed to unmarshal JSON: proto: (line 1:462): unknown field "version"
version: "production"
in my resource policy, then all my test suites will fail. but if i change it to version: "default"
then my test suites will pass successfullyCharith (Cerbos)
01/30/2023, 9:03 AMpolicyVersion
.Jesum Yip
01/30/2023, 9:04 AMCharith (Cerbos)
01/30/2023, 9:05 AMJesum Yip
01/31/2023, 12:58 AM