Home
last modified time | relevance | path

Searched refs:policyIDs (Results 1 – 25 of 75) sorted by relevance

123

/dports/sysutils/consul/consul-1.10.3/command/acl/policy/list/
H A Dpolicy_list_test.go47 var policyIDs []string
58 policyIDs = append(policyIDs, policy.ID)
73 for i, v := range policyIDs {
102 var policyIDs []string
113 policyIDs = append(policyIDs, policy.ID)
129 for i, v := range policyIDs {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/acl/policy/list/
H A Dpolicy_list_test.go48 var policyIDs []string
59 policyIDs = append(policyIDs, policy.ID)
74 for i, v := range policyIDs {
102 var policyIDs []string
113 policyIDs = append(policyIDs, policy.ID)
129 for i, v := range policyIDs {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/acl/policy/list/
H A Dpolicy_list_test.go47 var policyIDs []string
58 policyIDs = append(policyIDs, policy.ID)
73 for i, v := range policyIDs {
102 var policyIDs []string
113 policyIDs = append(policyIDs, policy.ID)
129 for i, v := range policyIDs {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/acl/policy/list/
H A Dpolicy_list_test.go47 var policyIDs []string
58 policyIDs = append(policyIDs, policy.ID)
73 for i, v := range policyIDs {
102 var policyIDs []string
113 policyIDs = append(policyIDs, policy.ID)
129 for i, v := range policyIDs {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/policy/list/
H A Dpolicy_list_test.go47 var policyIDs []string
58 policyIDs = append(policyIDs, policy.ID)
73 for i, v := range policyIDs {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/acl/policy/list/
H A Dpolicy_list_test.go50 var policyIDs []string
61 policyIDs = append(policyIDs, policy.ID)
76 for i, v := range policyIDs {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/acl/token/create/
H A Dtoken_create.go25 policyIDs []string member
38 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
53 if len(c.policyNames) == 0 && len(c.policyIDs) == 0 {
75 for _, policyID := range c.policyIDs {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/role/create/
H A Drole_create.go28 policyIDs []string member
41 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
66 if len(c.policyNames) == 0 && len(c.policyIDs) == 0 && len(c.serviceIdents) == 0 {
88 for _, policyID := range c.policyIDs {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/structs/
H A Dacl_test.go33 policyIDs := token.PolicyIDs()
34 require.Len(t, policyIDs, 3)
35 require.Equal(t, "one", policyIDs[0])
36 require.Equal(t, "two", policyIDs[1])
37 require.Equal(t, "three", policyIDs[2])
51 policyIDs := token.PolicyIDs()
52 require.Len(t, policyIDs, 0)
71 policyIDs := token.PolicyIDs()
72 require.Len(t, policyIDs, 0)
84 policyIDs := token.PolicyIDs()
[all …]
/dports/sysutils/consul/consul-1.10.3/command/acl/role/create/
H A Drole_create.go29 policyIDs []string member
44 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
78 …if len(c.policyNames) == 0 && len(c.policyIDs) == 0 && len(c.serviceIdents) == 0 && len(c.nodeIden…
100 for _, policyID := range c.policyIDs {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/acl/role/create/
H A Drole_create.go29 policyIDs []string member
44 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
78 …if len(c.policyNames) == 0 && len(c.policyIDs) == 0 && len(c.serviceIdents) == 0 && len(c.nodeIden…
100 for _, policyID := range c.policyIDs {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/acl/role/create/
H A Drole_create.go29 policyIDs []string member
44 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
78 …if len(c.policyNames) == 0 && len(c.policyIDs) == 0 && len(c.serviceIdents) == 0 && len(c.nodeIden…
100 for _, policyID := range c.policyIDs {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/acl/role/create/
H A Drole_create.go29 policyIDs []string member
44 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
78 …if len(c.policyNames) == 0 && len(c.policyIDs) == 0 && len(c.serviceIdents) == 0 && len(c.nodeIden…
100 for _, policyID := range c.policyIDs {
/dports/sysutils/consul/consul-1.10.3/agent/structs/
H A Dacl_test.go31 policyIDs := token.PolicyIDs()
32 require.Len(t, policyIDs, 3)
33 require.Equal(t, "one", policyIDs[0])
34 require.Equal(t, "two", policyIDs[1])
35 require.Equal(t, "three", policyIDs[2])
48 policyIDs := token.PolicyIDs()
49 require.Len(t, policyIDs, 0)
67 policyIDs := token.PolicyIDs()
68 require.Len(t, policyIDs, 0)
79 policyIDs := token.PolicyIDs()
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_test.go31 policyIDs := token.PolicyIDs()
32 require.Len(t, policyIDs, 3)
33 require.Equal(t, "one", policyIDs[0])
34 require.Equal(t, "two", policyIDs[1])
35 require.Equal(t, "three", policyIDs[2])
48 policyIDs := token.PolicyIDs()
49 require.Len(t, policyIDs, 0)
67 policyIDs := token.PolicyIDs()
68 require.Len(t, policyIDs, 0)
79 policyIDs := token.PolicyIDs()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_test.go31 policyIDs := token.PolicyIDs()
32 require.Len(t, policyIDs, 3)
33 require.Equal(t, "one", policyIDs[0])
34 require.Equal(t, "two", policyIDs[1])
35 require.Equal(t, "three", policyIDs[2])
48 policyIDs := token.PolicyIDs()
49 require.Len(t, policyIDs, 0)
67 policyIDs := token.PolicyIDs()
68 require.Len(t, policyIDs, 0)
79 policyIDs := token.PolicyIDs()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_test.go31 policyIDs := token.PolicyIDs()
32 require.Len(t, policyIDs, 3)
33 require.Equal(t, "one", policyIDs[0])
34 require.Equal(t, "two", policyIDs[1])
35 require.Equal(t, "three", policyIDs[2])
48 policyIDs := token.PolicyIDs()
49 require.Len(t, policyIDs, 0)
67 policyIDs := token.PolicyIDs()
68 require.Len(t, policyIDs, 0)
79 policyIDs := token.PolicyIDs()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/structs/
H A Dacl_test.go33 policyIDs := token.PolicyIDs()
34 require.Len(t, policyIDs, 3)
35 require.Equal(t, "one", policyIDs[0])
36 require.Equal(t, "two", policyIDs[1])
37 require.Equal(t, "three", policyIDs[2])
51 policyIDs := token.PolicyIDs()
52 require.Len(t, policyIDs, 0)
71 policyIDs := token.PolicyIDs()
72 require.Len(t, policyIDs, 0)
84 policyIDs := token.PolicyIDs()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/command/acl/token/update/
H A Dtoken_update.go26 policyIDs []string member
44 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
127 for _, policyID := range c.policyIDs {
155 for _, policyID := range c.policyIDs {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/token/create/
H A Dtoken_create.go28 policyIDs []string member
49 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
74 if len(c.policyNames) == 0 && len(c.policyIDs) == 0 &&
110 for _, policyID := range c.policyIDs {
/dports/sysutils/consul/consul-1.10.3/command/acl/token/create/
H A Dtoken_create.go30 policyIDs []string member
53 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
87 if len(c.policyNames) == 0 && len(c.policyIDs) == 0 &&
130 for _, policyID := range c.policyIDs {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/command/acl/token/create/
H A Dtoken_create.go30 policyIDs []string member
53 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
87 if len(c.policyNames) == 0 && len(c.policyIDs) == 0 &&
130 for _, policyID := range c.policyIDs {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/acl/token/create/
H A Dtoken_create.go30 policyIDs []string member
53 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
87 if len(c.policyNames) == 0 && len(c.policyIDs) == 0 &&
130 for _, policyID := range c.policyIDs {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/acl/token/create/
H A Dtoken_create.go30 policyIDs []string member
53 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
87 if len(c.policyNames) == 0 && len(c.policyIDs) == 0 &&
130 for _, policyID := range c.policyIDs {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/command/acl/role/update/
H A Drole_update.go28 policyIDs []string member
45 c.flags.Var((*flags.AppendSliceValue)(&c.policyIDs), "policy-id", "ID of a "+
116 for _, policyID := range c.policyIDs {
151 for _, policyID := range c.policyIDs {

123