summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/src/main/resources/configdefinitions/jdisc.http.filter.security.athenz.athenz-authorization-filter.def
blob: dd04b4a3af83e289f105c28a141d641f361517de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2018 Yahoo Holdings. 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