Home
last modified time | relevance | path

Searched defs:testEnv (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/
H A Dtest_env.go16 type testEnv struct { struct
17 AccessKey string
18 SecretKey string
19 RoleARN string
21 Backend logical.Backend
22 Context context.Context
23 Storage logical.Storage
25 MostRecentSecret *logical.Secret
28 func (e *testEnv) AddConfig(t *testing.T) {
68 func (e *testEnv) UpdateConfig(t *testing.T) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/
H A Dtest_env.go11 type testEnv struct { struct
12 PublicKey string
13 PrivateKey string
14 ProjectID string
15 OrganizationID string
17 Backend logical.Backend
18 Context context.Context
19 Storage logical.Storage
21 MostRecentSecret *logical.Secret
24 func (e *testEnv) AddConfig(t *testing.T) {
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/
H A Dtest_env.go11 type testEnv struct { struct
12 PublicKey string
13 PrivateKey string
14 ProjectID string
15 OrganizationID string
17 Backend logical.Backend
18 Context context.Context
19 Storage logical.Storage
21 MostRecentSecret *logical.Secret
24 func (e *testEnv) AddConfig(t *testing.T) {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/
H A Dbackend_test.go39 type testEnv struct { struct
40 Token string
41 Organization string
42 TeamID string
43 UserID string
45 Backend logical.Backend
46 Context context.Context
47 Storage logical.Storage
50 SecretToken string
53 TokenIDs []string
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-alicloud/
H A Dbackend_test.go39 type testEnv struct { struct
40 ctx context.Context
41 storage logical.Storage
42 backend logical.Backend
44 isAccTest bool
45 arn *arn
46 accessKey string
47 secretKey string
149 func (e *testEnv) CreateRole(t *testing.T) {
172 func (e *testEnv) ReadRole(t *testing.T) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/sysutils/docker-registry/distribution-2.7.1/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/manifest/schema1/
H A Dmanifest_test.go12 type testEnv struct { struct
13 name, tag string
14 invalidSigned *SignedManifest
15 signed *SignedManifest
16 pk libtrust.PrivateKey

12345678910>>...14