Home
last modified time | relevance | path

Searched refs:KeyWritePrefix (Results 1 – 25 of 57) sorted by relevance

123

/dports/sysutils/consul_exporter/consul_exporter-0.3.0/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go67 KeyWritePrefix(string) bool methodSpec
157 func (s *StaticACL) KeyWritePrefix(string) bool { func
454 func (p *PolicyACL) KeyWritePrefix(prefix string) bool { func
483 return p.parent.KeyWritePrefix(prefix)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go75 KeyWritePrefix(string) bool methodSpec
169 func (s *StaticACL) KeyWritePrefix(string) bool { func
513 func (p *PolicyACL) KeyWritePrefix(prefix string) bool { func
542 return p.parent.KeyWritePrefix(prefix)
/dports/sysutils/consul/consul-1.10.3/acl/
H A Dauthorizer.go98 KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision methodSpec
198 return authz.KeyWritePrefix(segment, ctx), nil
H A Dchained_authorizer.go127 func (c *ChainedAuthorizer) KeyWritePrefix(keyPrefix string, entCtx *AuthorizerContext) Enforcement… func
129 return authz.KeyWritePrefix(keyPrefix, entCtx)
H A Dstatic_authorizer.go117 func (s *staticAuthorizer) KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go98 KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision methodSpec
192 return authz.KeyWritePrefix(segment, ctx), nil
H A Dchained_authorizer.go127 func (c *ChainedAuthorizer) KeyWritePrefix(keyPrefix string, entCtx *AuthorizerContext) Enforcement… func
129 return authz.KeyWritePrefix(keyPrefix, entCtx)
H A Dstatic_authorizer.go117 func (s *staticAuthorizer) KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go98 KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision methodSpec
198 return authz.KeyWritePrefix(segment, ctx), nil
H A Dchained_authorizer.go127 func (c *ChainedAuthorizer) KeyWritePrefix(keyPrefix string, entCtx *AuthorizerContext) Enforcement… func
129 return authz.KeyWritePrefix(keyPrefix, entCtx)
H A Dstatic_authorizer.go117 func (s *staticAuthorizer) KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go98 KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision methodSpec
198 return authz.KeyWritePrefix(segment, ctx), nil
H A Dchained_authorizer.go127 func (c *ChainedAuthorizer) KeyWritePrefix(keyPrefix string, entCtx *AuthorizerContext) Enforcement… func
129 return authz.KeyWritePrefix(keyPrefix, entCtx)
H A Dstatic_authorizer.go117 func (s *staticAuthorizer) KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go98 KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision methodSpec
192 return authz.KeyWritePrefix(segment, ctx), nil
H A Dchained_authorizer.go127 func (c *ChainedAuthorizer) KeyWritePrefix(keyPrefix string, entCtx *AuthorizerContext) Enforcement… func
129 return authz.KeyWritePrefix(keyPrefix, entCtx)
H A Dstatic_authorizer.go117 func (s *staticAuthorizer) KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/hashicorp/consul/acl/
H A Dauthorizer.go98 KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision methodSpec
198 return authz.KeyWritePrefix(segment, ctx), nil
H A Dchained_authorizer.go127 func (c *ChainedAuthorizer) KeyWritePrefix(keyPrefix string, entCtx *AuthorizerContext) Enforcement… func
129 return authz.KeyWritePrefix(keyPrefix, entCtx)
H A Dstatic_authorizer.go117 func (s *staticAuthorizer) KeyWritePrefix(string, *AuthorizerContext) EnforcementDecision { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go86 KeyWritePrefix(string) bool methodSpec
192 func (s *StaticACL) KeyWritePrefix(string) bool { func
606 func (p *PolicyACL) KeyWritePrefix(prefix string) bool { func
635 return p.parent.KeyWritePrefix(prefix)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/acl/
H A Dacl.go86 KeyWritePrefix(string) bool methodSpec
192 func (s *StaticACL) KeyWritePrefix(string) bool { func
606 func (p *PolicyACL) KeyWritePrefix(prefix string) bool { func
635 return p.parent.KeyWritePrefix(prefix)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/acl/
H A Dacl.go86 KeyWritePrefix(string) bool methodSpec
192 func (s *StaticAuthorizer) KeyWritePrefix(string) bool { func
736 func (p *PolicyAuthorizer) KeyWritePrefix(prefix string) bool { func
792 return p.parent.KeyWritePrefix(prefix)
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/consul/
H A Dkvs_endpoint.go35 if !rule.KeyWritePrefix(dirEnt.Key) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/consul/
H A Dkvs_endpoint.go35 if !rule.KeyWritePrefix(dirEnt.Key) {

123