# Functions
GetActualValue returns the environment variable value if the given val has "_" prefix and suffix, otherwise returns val directly.
GetVersion returns the current configuration version of the authorization proxy.
New returns the decoded configuration YAML file as *Config struct.
# Structs
AccessToken represents the configuration to control access token verification.
Athenz represents the Athenz server connection configuration.
Authorization represents the detail authorization configuration.
Config represents the configuration (config.yaml) of authorization proxy.
Debug represents the debug server configuration.
DialContext exposes a subset of DialContext parameters.
HealthCheck represents the health check server configuration.
JWK represents the configuration to fetch Athenz JWK.
Log represents the logger configuration.
Metrics represents the metrics server configuration.
OriginLog represents log configuration from origin.
Policy represents the configuration to fetch Athenz policies.
Proxy represents the proxy destination configuration.
PublicKey represents the configuration to fetch Athenz public keys.
RoleToken represents the configuration to control role token verification.
Server represents the authorization proxy and the health check server configuration.
StatusCode represents statuscode log configuration.
TLS represents the TLS configuration of the authorization proxy.
Transport exposes a subset of Transport parameters.