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