Home
last modified time | relevance | path

Searched refs:OIDCDiscoveryURL (Results 1 – 25 of 71) sorted by relevance

123

/dports/sysutils/consul/consul-1.10.3/internal/go-sso/oidcauth/
H A Dconfig_test.go26 OIDCDiscoveryURL: srv.Addr(),
48 OIDCDiscoveryURL: srv.Addr(),
59 OIDCDiscoveryURL: srv.Addr(),
70 OIDCDiscoveryURL: srv.Addr(),
81 OIDCDiscoveryURL: srv.Addr(),
93 OIDCDiscoveryURL: srv.Addr(),
105 OIDCDiscoveryURL: srv.Addr(),
117 OIDCDiscoveryURL: srv.Addr(),
129 OIDCDiscoveryURL: srv.Addr(),
141 OIDCDiscoveryURL: srv.Addr(),
[all …]
H A Dconfig.go67 OIDCDiscoveryURL string member
176 case c.OIDCDiscoveryURL == "":
232 if c.OIDCDiscoveryURL != "" {
282 if c.OIDCDiscoveryURL != "" {
289 if _, err := oidc.NewProvider(ctx, c.OIDCDiscoveryURL); err != nil {
345 case c.OIDCDiscoveryURL != "":
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Dconfig_test.go26 OIDCDiscoveryURL: srv.Addr(),
48 OIDCDiscoveryURL: srv.Addr(),
59 OIDCDiscoveryURL: srv.Addr(),
70 OIDCDiscoveryURL: srv.Addr(),
81 OIDCDiscoveryURL: srv.Addr(),
93 OIDCDiscoveryURL: srv.Addr(),
105 OIDCDiscoveryURL: srv.Addr(),
117 OIDCDiscoveryURL: srv.Addr(),
129 OIDCDiscoveryURL: srv.Addr(),
141 OIDCDiscoveryURL: srv.Addr(),
[all …]
H A Dconfig.go67 OIDCDiscoveryURL string member
171 case c.OIDCDiscoveryURL == "":
225 if c.OIDCDiscoveryURL != "" {
275 if c.OIDCDiscoveryURL != "" {
282 if _, err := oidc.NewProvider(ctx, c.OIDCDiscoveryURL); err != nil {
338 case c.OIDCDiscoveryURL != "":
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Dconfig_test.go26 OIDCDiscoveryURL: srv.Addr(),
48 OIDCDiscoveryURL: srv.Addr(),
59 OIDCDiscoveryURL: srv.Addr(),
70 OIDCDiscoveryURL: srv.Addr(),
81 OIDCDiscoveryURL: srv.Addr(),
93 OIDCDiscoveryURL: srv.Addr(),
105 OIDCDiscoveryURL: srv.Addr(),
117 OIDCDiscoveryURL: srv.Addr(),
129 OIDCDiscoveryURL: srv.Addr(),
141 OIDCDiscoveryURL: srv.Addr(),
[all …]
H A Dconfig.go67 OIDCDiscoveryURL string member
171 case c.OIDCDiscoveryURL == "":
225 if c.OIDCDiscoveryURL != "" {
275 if c.OIDCDiscoveryURL != "" {
282 if _, err := oidc.NewProvider(ctx, c.OIDCDiscoveryURL); err != nil {
338 case c.OIDCDiscoveryURL != "":
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/internal/go-sso/oidcauth/
H A Dconfig_test.go26 OIDCDiscoveryURL: srv.Addr(),
48 OIDCDiscoveryURL: srv.Addr(),
59 OIDCDiscoveryURL: srv.Addr(),
70 OIDCDiscoveryURL: srv.Addr(),
81 OIDCDiscoveryURL: srv.Addr(),
93 OIDCDiscoveryURL: srv.Addr(),
105 OIDCDiscoveryURL: srv.Addr(),
117 OIDCDiscoveryURL: srv.Addr(),
129 OIDCDiscoveryURL: srv.Addr(),
141 OIDCDiscoveryURL: srv.Addr(),
[all …]
H A Dconfig.go67 OIDCDiscoveryURL string member
171 case c.OIDCDiscoveryURL == "":
225 if c.OIDCDiscoveryURL != "" {
275 if c.OIDCDiscoveryURL != "" {
282 if _, err := oidc.NewProvider(ctx, c.OIDCDiscoveryURL); err != nil {
338 case c.OIDCDiscoveryURL != "":
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go104 "oidc_discovery_url": config.OIDCDiscoveryURL,
117 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
126 case config.OIDCDiscoveryURL == "" && len(config.JWTValidationPubKeys) == 0,
127 config.OIDCDiscoveryURL != "" && len(config.JWTValidationPubKeys) != 0:
130 case config.OIDCDiscoveryURL != "":
189 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
198 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go133 "oidc_discovery_url": config.OIDCDiscoveryURL,
150 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
164 if config.OIDCDiscoveryURL != "" {
182 case config.OIDCDiscoveryURL != "":
188 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
249 provider, err := oidc.NewProvider(oidcCtx, config.OIDCDiscoveryURL)
285 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
314 case c.OIDCDiscoveryURL != "":
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_config.go182 "oidc_discovery_url": config.OIDCDiscoveryURL,
203 OIDCDiscoveryURL: d.Get("oidc_discovery_url").(string),
237 if config.OIDCDiscoveryURL != "" {
255 case config.OIDCDiscoveryURL != "":
260 _, err = jwt.NewOIDCDiscoveryKeySet(ctx, config.OIDCDiscoveryURL, config.OIDCDiscoveryCAPEM)
266 case config.OIDCClientID != "" && config.OIDCDiscoveryURL == "":
349 c, err := oidc.NewConfig(config.OIDCDiscoveryURL, config.OIDCClientID,
392 OIDCDiscoveryURL string `json:"oidc_discovery_url"` member
425 case c.OIDCDiscoveryURL != "":
H A Dpath_config_test.go349 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
440 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
500 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
527 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
541 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
555 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
604 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
622 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
641 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
659 OIDCDiscoveryURL: "https://team-vault.auth0.com/",
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/app/components/consul/auth-method/view/
H A Dindex.hbs67 {{#if @item.Config.OIDCDiscoveryURL}}
68 <dt>{{t 'models.auth-method.Config.OIDCDiscoveryURL'}}</dt>
70 …<CopyButton @value={{@item.Config.OIDCDiscoveryURL}} @name={{t 'models.auth-method.Config.OIDCDisc…
71 <span>{{@item.Config.OIDCDiscoveryURL}}</span>
97 {{#if @item.Config.OIDCDiscoveryURL}}
98 <dt>{{t 'models.auth-method.Config.OIDCDiscoveryURL'}}</dt>
100 …<CopyButton @value={{@item.Config.OIDCDiscoveryURL}} @name={{t 'models.auth-method.Config.OIDCDisc…
101 <span>{{@item.Config.OIDCDiscoveryURL}}</span>
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/consul/auth-method/view/
H A Dindex.hbs67 {{#if @item.Config.OIDCDiscoveryURL}}
68 <dt>{{t 'models.auth-method.Config.OIDCDiscoveryURL'}}</dt>
70 …<CopyButton @value={{@item.Config.OIDCDiscoveryURL}} @name={{t 'models.auth-method.Config.OIDCDisc…
71 <span>{{@item.Config.OIDCDiscoveryURL}}</span>
97 {{#if @item.Config.OIDCDiscoveryURL}}
98 <dt>{{t 'models.auth-method.Config.OIDCDiscoveryURL'}}</dt>
100 …<CopyButton @value={{@item.Config.OIDCDiscoveryURL}} @name={{t 'models.auth-method.Config.OIDCDisc…
101 <span>{{@item.Config.OIDCDiscoveryURL}}</span>
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/app/components/consul/auth-method/view/
H A Dindex.hbs67 {{#if @item.Config.OIDCDiscoveryURL}}
68 <dt>{{t 'models.auth-method.Config.OIDCDiscoveryURL'}}</dt>
70 …<CopyButton @value={{@item.Config.OIDCDiscoveryURL}} @name={{t 'models.auth-method.Config.OIDCDisc…
71 <span>{{@item.Config.OIDCDiscoveryURL}}</span>
97 {{#if @item.Config.OIDCDiscoveryURL}}
98 <dt>{{t 'models.auth-method.Config.OIDCDiscoveryURL'}}</dt>
100 …<CopyButton @value={{@item.Config.OIDCDiscoveryURL}} @name={{t 'models.auth-method.Config.OIDCDisc…
101 <span>{{@item.Config.OIDCDiscoveryURL}}</span>
/dports/sysutils/consul/consul-1.10.3/ui/packages/consul-ui/mock-api/v1/acl/auth-method/
H A D_21 … sourceType = `${fake.helpers.randomize(['JWTValidationPubKeys', 'JWKSURL', 'OIDCDiscoveryURL'])}`;
57 OIDCDiscoveryURL: `https://${fake.internet.ip()}:8443`,
92 case 'OIDCDiscoveryURL':
93 config.OIDCDiscoveryURL = `https://${fake.internet.ip()}:8443`;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/ui/packages/consul-ui/mock-api/v1/acl/auth-method/
H A D_21 … sourceType = `${fake.helpers.randomize(['JWTValidationPubKeys', 'JWKSURL', 'OIDCDiscoveryURL'])}`;
57 OIDCDiscoveryURL: `https://${fake.internet.ip()}:8443`,
92 case 'OIDCDiscoveryURL':
93 config.OIDCDiscoveryURL = `https://${fake.internet.ip()}:8443`;

123