Commit Graph

8 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
Tristan Swadell 23cc28fd63
security/authorization: upgrade cel-v0.10.1 and fix breaking API change. (#5243) 2022-03-15 14:50:46 -07:00
Easwar Swaminathan 712e8d4f57
Remove support for Go 1.13 and older (cont) (#4706) 2021-08-25 14:51:41 -07:00
Doug Fawley 74fe6eaa41
github: testing action workflow improvements and update to test Go1.16 (#4358) 2021-04-22 14:59:51 -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