Home
last modified time | relevance | path

Searched defs:rootConfig (Results 1 – 25 of 26) sorted by relevance

12

/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dpath_config_root.go86 type rootConfig struct { struct
87 AccessKey string `json:"access_key"`
88 SecretKey string `json:"secret_key"`
89 IAMEndpoint string `json:"iam_endpoint"`
90 STSEndpoint string `json:"sts_endpoint"`
91 Region string `json:"region"`
92 MaxRetries int `json:"max_retries"`
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dpath_config_root.go86 type rootConfig struct { struct
87 AccessKey string `json:"access_key"`
88 SecretKey string `json:"secret_key"`
89 IAMEndpoint string `json:"iam_endpoint"`
90 STSEndpoint string `json:"sts_endpoint"`
91 Region string `json:"region"`
92 MaxRetries int `json:"max_retries"`
/dports/sysutils/gomplate/vault-sdk-v0.1.13/builtin/logical/aws/
H A Dpath_config_root.go86 type rootConfig struct { struct
87 AccessKey string `json:"access_key"`
88 SecretKey string `json:"secret_key"`
89 IAMEndpoint string `json:"iam_endpoint"`
90 STSEndpoint string `json:"sts_endpoint"`
91 Region string `json:"region"`
92 MaxRetries int `json:"max_retries"`
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/builtin/logical/aws/
H A Dpath_config_root.go86 type rootConfig struct { struct
87 AccessKey string `json:"access_key"`
88 SecretKey string `json:"secret_key"`
89 IAMEndpoint string `json:"iam_endpoint"`
90 STSEndpoint string `json:"sts_endpoint"`
91 Region string `json:"region"`
92 MaxRetries int `json:"max_retries"`
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/builtin/logical/aws/
H A Dpath_config_root.go86 type rootConfig struct { struct
87 AccessKey string `json:"access_key"`
88 SecretKey string `json:"secret_key"`
89 IAMEndpoint string `json:"iam_endpoint"`
90 STSEndpoint string `json:"sts_endpoint"`
91 Region string `json:"region"`
92 MaxRetries int `json:"max_retries"`
/dports/sysutils/istio/vault-sdk-v0.1.12/builtin/logical/aws/
H A Dpath_config_root.go86 type rootConfig struct { struct
87 AccessKey string `json:"access_key"`
88 SecretKey string `json:"secret_key"`
89 IAMEndpoint string `json:"iam_endpoint"`
90 STSEndpoint string `json:"sts_endpoint"`
91 Region string `json:"region"`
92 MaxRetries int `json:"max_retries"`
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dpath_config_root.go86 type rootConfig struct { struct
87 AccessKey string `json:"access_key"`
88 SecretKey string `json:"secret_key"`
89 IAMEndpoint string `json:"iam_endpoint"`
90 STSEndpoint string `json:"sts_endpoint"`
91 Region string `json:"region"`
92 MaxRetries int `json:"max_retries"`
/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/logical/aws/
H A Dpath_config_root.go117 type rootConfig struct { struct
118 AccessKey string `json:"access_key"`
119 SecretKey string `json:"secret_key"`
120 IAMEndpoint string `json:"iam_endpoint"`
121 STSEndpoint string `json:"sts_endpoint"`
122 Region string `json:"region"`
123 MaxRetries int `json:"max_retries"`
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/aws/
H A Dpath_config_root.go117 type rootConfig struct { struct
118 AccessKey string `json:"access_key"`
119 SecretKey string `json:"secret_key"`
120 IAMEndpoint string `json:"iam_endpoint"`
121 STSEndpoint string `json:"sts_endpoint"`
122 Region string `json:"region"`
123 MaxRetries int `json:"max_retries"`
/dports/security/vault/vault-1.8.2/builtin/logical/aws/
H A Dpath_config_root.go117 type rootConfig struct { struct
118 AccessKey string `json:"access_key"`
119 SecretKey string `json:"secret_key"`
120 IAMEndpoint string `json:"iam_endpoint"`
121 STSEndpoint string `json:"sts_endpoint"`
122 Region string `json:"region"`
123 MaxRetries int `json:"max_retries"`
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dpath_config_root.go117 type rootConfig struct { struct
118 AccessKey string `json:"access_key"`
119 SecretKey string `json:"secret_key"`
120 IAMEndpoint string `json:"iam_endpoint"`
121 STSEndpoint string `json:"sts_endpoint"`
122 Region string `json:"region"`
123 MaxRetries int `json:"max_retries"`
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/logical/aws/
H A Dpath_config_root.go60 type rootConfig struct { struct
61 AccessKey string `json:"access_key"`
62 SecretKey string `json:"secret_key"`
63 Region string `json:"region"`
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/
H A DDoctrineCacheExtension.php57 protected function loadAcl(array $rootConfig, ContainerBuilder $container)
85 protected function loadCacheProviders(array $rootConfig, ContainerBuilder $container)
96 protected function loadCacheAliases(array $rootConfig, ContainerBuilder $container)
107 protected function loadCustomProviders(array $rootConfig, ContainerBuilder $container)
/dports/finance/prestashop/prestashop/vendor/doctrine/doctrine-cache-bundle/DependencyInjection/
H A DDoctrineCacheExtension.php57 protected function loadAcl(array $rootConfig, ContainerBuilder $container)
85 protected function loadCacheProviders(array $rootConfig, ContainerBuilder $container)
96 protected function loadCacheAliases(array $rootConfig, ContainerBuilder $container)
107 protected function loadCustomProviders(array $rootConfig, ContainerBuilder $container)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/
H A DAppKernel.php28 private $rootConfig; variable in Symfony\\Bundle\\SecurityBundle\\Tests\\Functional\\app\\AppKernel
30 public function __construct($varDir, $testCase, $rootConfig, $environment, $debug)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/
H A DAppKernel.php28 private $rootConfig; variable in Symfony\\Bundle\\SecurityBundle\\Tests\\Functional\\app\\AppKernel
30 public function __construct($varDir, $testCase, $rootConfig, $environment, $debug)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/friendsofsymfony/rest-bundle/Tests/Functional/app/
H A DAppKernel.php55 private $rootConfig; variable in FOS\\RestBundle\\Tests\\Functional\\app\\AppKernel
57 public function __construct($testCase, $rootConfig, $environment, $debug)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/
H A DAppKernel.php29 private $rootConfig; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\Functional\\app\\AppKernel
31 public function __construct($varDir, $testCase, $rootConfig, $environment, $debug)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/
H A DAppKernel.php29 private $rootConfig; variable in Symfony\\Bundle\\FrameworkBundle\\Tests\\Functional\\app\\AppKernel
31 public function __construct($varDir, $testCase, $rootConfig, $environment, $debug)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/peterbourgon/ff/v3/ffcli/examples/objectctl/pkg/listcmd/
H A Dlist.go18 rootConfig *rootcmd.Config member
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/peterbourgon/ff/v3/ffcli/examples/objectctl/pkg/createcmd/
H A Dcreate.go17 rootConfig *rootcmd.Config member
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/peterbourgon/ff/v3/ffcli/examples/objectctl/pkg/deletecmd/
H A Ddelete.go16 rootConfig *rootcmd.Config member
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/debuggercommon/tests/
H A Dtesthelper.h92 KConfig* rootConfig() { return c.data(); } in rootConfig() function
/dports/deskutils/egroupware/egroupware/vendor/fxp/composer-asset-plugin/Tests/Repository/
H A DVcsPackageFilterTest.php473 …ageName, $version, $minimumStability, array $rootRequires, $validSkip, array $rootConfig = array())
/dports/net-mgmt/icingaweb2-module-businessprocess/icingaweb2-module-businessprocess-2.2.0/library/Businessprocess/
H A DNode.php346 public function getPaths($rootConfig = null)

12