summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/src/main/resources/configdefinitions/athenz-authorization-filter.def
blob: ab8c4a204dfba1e05324587d2417ffa0e5648ad0 (plain) (blame)
1
2
3
4
5
6
7
8
# 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"