Commit Graph

5 Commits

Author SHA1 Message Date
Doug Fawley fbff2abb0f
*: update `interface{}` to `any` and `go.mod` version to `go 1.19` (#6544) 2023-08-14 09:04:46 -07:00
Doug Fawley 778860e606
testing: update Go to 1.19 (#5717) 2022-10-17 15:04:34 -07:00
Elizabeth Zou cc8e63cae1
security/authorization: add integration tests (#3809)
* security/authorization: integration tests for using CEL engine library
2020-08-26 11:44:05 -07:00
ZhenLian f640ae6a4f
security/authorization: util function for converting CEL expression string (#3822)
* security/authorization: add the util function to compile string cel expr
2020-08-19 12:01:00 -07:00
Elizabeth Zou d3e3e7a46f
security/authorization: Added CEL-based authorization engine (#3707)
* Add CEL-based authorization engine in a new module under security/authorization
2020-08-07 09:49:45 -07:00