summaryrefslogtreecommitdiffstats
path: root/jdisc-security-filters/src/main/resources/configdefinitions/athenz-authorization-filter.def
blob: c60b7a125f8108595fcf1878d4441beee89ea9be (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.
credentialsToVerify enum { CERTIFICATE_ONLY, TOKEN_ONLY, ANY } default=ANY

# Name of header which includes role token. Must be set if 'credentialsTypeRequired' is set to TOKEN_ONLY or ANY.
roleTokenHeaderName string default=""