Home
last modified time | relevance | path

Searched refs:authn (Results 51 – 75 of 337) sorted by relevance

12345678910>>...14

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/
H A DCtZrtpStream.cpp807 int authn; in srtpSecretsReady() local
811 authn = SrtpAuthenticationSha1Hmac; in srtpSecretsReady()
816 authn = SrtpAuthenticationSkeinHmac; in srtpSecretsReady()
839 authn, // authtentication algo in srtpSecretsReady()
851authn, // authtication algo in srtpSecretsReady()
867 authn, // authtentication algo in srtpSecretsReady()
879authn, // authtication algo in srtpSecretsReady()
908 authn, // authtentication algo in srtpSecretsReady()
920authn, // authtication algo in srtpSecretsReady()
936 authn, // authtentication algo in srtpSecretsReady()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cyberark/conjur-api-go/conjurapi/
H A Dresource_test.go33 conjur, err := NewClientFromKey(*config, authn.LoginPair{Login: login, APIKey: apiKey})
57 return NewClientFromKey(*config, authn.LoginPair{Login: login, APIKey: apiKey})
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cyberark/conjur/roles/conjur_host_identity/templates/
H A Dconjur.identity.j21 machine {{conjur_appliance_url}}/authn
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/cyberark/conjur-api-go/conjurapi/authn/
H A Dtoken_authenticator.go1 package authn package
H A Dapi_key_authenticator.go1 package authn package
H A Dwait_for_file.go1 package authn package
H A Dtoken_file_authenticator.go1 package authn package
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/cyberark/conjur-api-go/conjurapi/authn/
H A Dtoken_authenticator.go1 package authn package
H A Dapi_key_authenticator.go1 package authn package
H A Dwait_for_file.go1 package authn package
H A Dwait_for_file_test.go1 package authn package
H A Dtoken_file_authenticator.go1 package authn package
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/server/
H A Dconfig.go862 func AuthorizeClientBearerToken(loopback *restclient.Config, authn *AuthenticationInfo, authz *Auth…
866 if authn == nil || authz == nil {
870 if authn.Authenticator == nil || authz.Authorizer == nil {
885 tokenAuthenticator := authenticatorfactory.NewFromTokens(tokens, authn.APIAudiences)
886 authn.Authenticator = authenticatorunion.New(tokenAuthenticator, authn.Authenticator)
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/security/authn/
H A Dpolicy_applier.go15 package authn package
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/security/authn/factory/
H A Dfactory.go27 …serviceInstance *model.ServiceInstance, namespace string, labels labels.Collection) authn.PolicyAp…
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/
H A DCHANGELOG14 * Fixed authn/authz shadowing when serving ActivityStream objects, causing only
45 * Support for Application-customized authn/authz behaviors.
/dports/sysutils/istio/istio-1.6.7/security/pkg/server/ca/
H A Dserver.go347 for id, authn := range s.Authenticators {
348 u, err := authn.Authenticate(ctx)
350 …errMsg += fmt.Sprintf("Authenticator %s at index %d got error: %v. ", authn.AuthenticatorType(), i…
/dports/sysutils/istio/istio-1.6.7/tests/integration/security/
H A Djwt_test.go77 testCases := []authn.TestCase{
319 testCases := []authn.TestCase{
428 return authn.CheckIngress(ingr, c.Host, c.Path, c.Token, c.ExpectResponseCode)
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cyberark/conjur/tests/conjur_variable/test_cases/retrieve-variable-with-authn-token/
H A Dplaybook.yml2 - name: Retrieve Conjur variable with authn-token
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/networking/plugin/registry/
H A Dregistry.go29 plugin.Authn: authn.NewPlugin(),
/dports/dns/dhisd/dhisd-5.5/
H A Dddb.h39 char authn[4][128]; member
/dports/sysutils/istio/istio-1.6.7/tests/integration/security/testdata/requestauthn/
H A De-authn.yaml.tmpl5 name: "requst-authn-for-e"
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/image/
H A Dimage.go113 bearer := authn.Bearer{Token: option.RegistryToken}
116 remoteOpts = append(remoteOpts, remote.WithAuthFromKeychain(authn.DefaultKeychain))
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Djwks_resolver.go32 authn "istio.io/api/authentication/v1alpha1" packageName
195 func (r *JwksResolver) SetAuthenticationPolicyJwksURIs(policy *authn.Policy) error {
202 case *authn.PeerAuthenticationMethod_Jwt:
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/serviceaccount/
H A Djwt_test.go345authn := serviceaccount.JWTTokenAuthenticator([]string{serviceaccount.LegacyIssuer, "bar"}, tc.Key…
349 if _, ok, err := authn.AuthenticateToken(ctx, "invalid token"); err != nil || ok {
354 resp, ok, err := authn.AuthenticateToken(ctx, tc.Token)

12345678910>>...14