aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/src/main/resources/configdefinitions/jdisc.http.filter.security.athenz.athenz-authorization-filter.def
blob: a916bd1669284af8cd9ba624891f4ba3ecdc6996 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=jdisc.http.filter.security.athenz

# Which credentials to verify. Note: ANY will prioritize token over certificate if both are present.
enabledCredentials[] enum { ROLE_CERTIFICATE, ROLE_TOKEN, ACCESS_TOKEN }

# Name of role token http header
roleTokenHeaderName string default="Athenz-Role-Token"

# Allowed Athenz proxy identities
allowedProxyIdentities[] string