mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 21:17:58 +08:00
feat(authz): introduce conditional access control via CEL (#4040)
This commit is contained in:
@@ -211,4 +211,5 @@ var (
|
||||
ErrCertificateNotLoaded = errors.New("tls certificate not yet loaded")
|
||||
ErrCertificateWatcherAlreadyRunning = errors.New("certificate watcher is already running")
|
||||
ErrInvalidEndSessionEndpoint = errors.New("end_session_endpoint must be an absolute http(s) URL")
|
||||
ErrPolicyConditionNotCompiled = errors.New("policy condition not compiled")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user