Roman
Roman
still have to test Helm-based install into k8s
@Frostman can you take a look? sounds like we are uploading YAML with local paths to keys/certs, and it can't be validated
Thanks for submitting an issue! Secrets is a good topic for discussion. It's definitely in scope of Aptomi. 1) If you go for the approach of having a wrapper, you...
for blocking traffic
I have exactly the same problem. Seems like accessors are broken. E.g. create expression "xyz.Name == 'test'" and it will fail with Unable to parse numeric value '.' to float64"...
https://github.com/ralekseenkov/govaluate/commit/fe2a16467e94c6cdacc2f06d6ad1a762f8cae65a
got it, thanks!
We are already using translations and they are not going to help in this case. If you look at the code snippet, field level validators only return true/false. There is...
ok, thanks! if you want to take a look at how we are using the library: - https://github.com/Aptomi/aptomi/blob/master/pkg/lang/validation.go - https://github.com/Aptomi/aptomi/blob/master/pkg/lang/contract.go (one of the structs we are validating)