public static final class Config.JwtAuthentication extends com.google.protobuf.GeneratedMessageV3 implements Config.JwtAuthenticationOrBuilder
This is the Envoy HTTP filter config for JWT authentication.
For example:
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: issuer2
local_jwks:
inline_string: jwks_string
rules:
# Not jwt verification is required for /health path
- match:
prefix: "/health"
# Jwt verification for provider1 is required for path prefixed with "prefix"
- match:
prefix: "/prefix"
requires:
provider_name: "provider1"
# Jwt verification for either provider1 or provider2 is required for all other requests.
- match:
prefix: "/"
requires:
requires_any:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
Protobuf type envoy.config.filter.http.jwt_authn.v2alpha.JwtAuthentication| Modifier and Type | Class and Description |
|---|---|
static class |
Config.JwtAuthentication.Builder
This is the Envoy HTTP filter config for JWT authentication.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
PROVIDERS_FIELD_NUMBER |
static int |
RULES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsProviders(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1; |
boolean |
equals(Object obj) |
static Config.JwtAuthentication |
getDefaultInstance() |
Config.JwtAuthentication |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Config.JwtAuthentication> |
getParserForType() |
Map<String,Config.JwtProvider> |
getProviders()
Deprecated.
|
int |
getProvidersCount()
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1; |
Map<String,Config.JwtProvider> |
getProvidersMap()
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1; |
Config.JwtProvider |
getProvidersOrDefault(String key,
Config.JwtProvider defaultValue)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1; |
Config.JwtProvider |
getProvidersOrThrow(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1; |
Config.RequirementRule |
getRules(int index)
Specifies requirements based on the route matches.
|
int |
getRulesCount()
Specifies requirements based on the route matches.
|
List<Config.RequirementRule> |
getRulesList()
Specifies requirements based on the route matches.
|
Config.RequirementRuleOrBuilder |
getRulesOrBuilder(int index)
Specifies requirements based on the route matches.
|
List<? extends Config.RequirementRuleOrBuilder> |
getRulesOrBuilderList()
Specifies requirements based on the route matches.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static Config.JwtAuthentication.Builder |
newBuilder() |
static Config.JwtAuthentication.Builder |
newBuilder(Config.JwtAuthentication prototype) |
Config.JwtAuthentication.Builder |
newBuilderForType() |
protected Config.JwtAuthentication.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Config.JwtAuthentication |
parseDelimitedFrom(InputStream input) |
static Config.JwtAuthentication |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.JwtAuthentication |
parseFrom(byte[] data) |
static Config.JwtAuthentication |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.JwtAuthentication |
parseFrom(ByteBuffer data) |
static Config.JwtAuthentication |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.JwtAuthentication |
parseFrom(com.google.protobuf.ByteString data) |
static Config.JwtAuthentication |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.JwtAuthentication |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Config.JwtAuthentication |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.JwtAuthentication |
parseFrom(InputStream input) |
static Config.JwtAuthentication |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Config.JwtAuthentication> |
parser() |
Config.JwtAuthentication.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PROVIDERS_FIELD_NUMBER
public static final int RULES_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getProvidersCount()
Config.JwtAuthenticationOrBuilder
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1;getProvidersCount in interface Config.JwtAuthenticationOrBuilderpublic boolean containsProviders(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1;containsProviders in interface Config.JwtAuthenticationOrBuilder@Deprecated public Map<String,Config.JwtProvider> getProviders()
getProvidersMap() instead.getProviders in interface Config.JwtAuthenticationOrBuilderpublic Map<String,Config.JwtProvider> getProvidersMap()
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1;getProvidersMap in interface Config.JwtAuthenticationOrBuilderpublic Config.JwtProvider getProvidersOrDefault(String key, Config.JwtProvider defaultValue)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1;getProvidersOrDefault in interface Config.JwtAuthenticationOrBuilderpublic Config.JwtProvider getProvidersOrThrow(String key)
Map of provider names to JwtProviders.
.. code-block:: yaml
providers:
provider1:
issuer: issuer1
audiences:
- audience1
- audience2
remote_jwks:
http_uri:
uri: https://example.com/.well-known/jwks.json
cluster: example_jwks_cluster
provider2:
issuer: provider2
local_jwks:
inline_string: jwks_string
map<string, .envoy.config.filter.http.jwt_authn.v2alpha.JwtProvider> providers = 1;getProvidersOrThrow in interface Config.JwtAuthenticationOrBuilderpublic List<Config.RequirementRule> getRulesList()
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match: { prefix: "/healthz" }
- match: { prefix: "/baz" }
requires:
provider_name: "provider1"
- match: { prefix: "/foo" }
requires:
requires_any:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
- match: { prefix: "/bar" }
requires:
requires_all:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
repeated .envoy.config.filter.http.jwt_authn.v2alpha.RequirementRule rules = 2;getRulesList in interface Config.JwtAuthenticationOrBuilderpublic List<? extends Config.RequirementRuleOrBuilder> getRulesOrBuilderList()
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match: { prefix: "/healthz" }
- match: { prefix: "/baz" }
requires:
provider_name: "provider1"
- match: { prefix: "/foo" }
requires:
requires_any:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
- match: { prefix: "/bar" }
requires:
requires_all:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
repeated .envoy.config.filter.http.jwt_authn.v2alpha.RequirementRule rules = 2;getRulesOrBuilderList in interface Config.JwtAuthenticationOrBuilderpublic int getRulesCount()
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match: { prefix: "/healthz" }
- match: { prefix: "/baz" }
requires:
provider_name: "provider1"
- match: { prefix: "/foo" }
requires:
requires_any:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
- match: { prefix: "/bar" }
requires:
requires_all:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
repeated .envoy.config.filter.http.jwt_authn.v2alpha.RequirementRule rules = 2;getRulesCount in interface Config.JwtAuthenticationOrBuilderpublic Config.RequirementRule getRules(int index)
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match: { prefix: "/healthz" }
- match: { prefix: "/baz" }
requires:
provider_name: "provider1"
- match: { prefix: "/foo" }
requires:
requires_any:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
- match: { prefix: "/bar" }
requires:
requires_all:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
repeated .envoy.config.filter.http.jwt_authn.v2alpha.RequirementRule rules = 2;getRules in interface Config.JwtAuthenticationOrBuilderpublic Config.RequirementRuleOrBuilder getRulesOrBuilder(int index)
Specifies requirements based on the route matches. The first matched requirement will be
applied. If there are overlapped match conditions, please put the most specific match first.
Examples
.. code-block:: yaml
rules:
- match: { prefix: "/healthz" }
- match: { prefix: "/baz" }
requires:
provider_name: "provider1"
- match: { prefix: "/foo" }
requires:
requires_any:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
- match: { prefix: "/bar" }
requires:
requires_all:
requirements:
- provider_name: "provider1"
- provider_name: "provider2"
repeated .envoy.config.filter.http.jwt_authn.v2alpha.RequirementRule rules = 2;getRulesOrBuilder in interface Config.JwtAuthenticationOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Config.JwtAuthentication parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.JwtAuthentication parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.JwtAuthentication parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.JwtAuthentication parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.JwtAuthentication parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.JwtAuthentication parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Config.JwtAuthentication parseFrom(InputStream input) throws IOException
IOExceptionpublic static Config.JwtAuthentication parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Config.JwtAuthentication parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Config.JwtAuthentication parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Config.JwtAuthentication parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Config.JwtAuthentication parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Config.JwtAuthentication.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Config.JwtAuthentication.Builder newBuilder()
public static Config.JwtAuthentication.Builder newBuilder(Config.JwtAuthentication prototype)
public Config.JwtAuthentication.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Config.JwtAuthentication.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Config.JwtAuthentication getDefaultInstance()
public static com.google.protobuf.Parser<Config.JwtAuthentication> parser()
public com.google.protobuf.Parser<Config.JwtAuthentication> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Config.JwtAuthentication getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018 The Envoy Project. All rights reserved.