Auth Machine Extension Configuration
Introduction
The Infinite Scale Auth Machine extension provides …
Extensions are under development because of the |
Configuration
Environment Variables
The auth-machine
extension is configured via the following environment variables:
Name | Type | Default Value | Description |
---|---|---|---|
|
bool |
false |
Activates tracing. |
|
string |
||
|
string |
The endpoint to the tracing collector. |
|
|
string |
||
|
string |
The log level. |
|
|
bool |
false |
Activates pretty log output. |
|
bool |
false |
Activates colorized log output. |
|
string |
The target log file. |
|
|
string |
127.0.0.1:9167 |
|
|
string |
||
|
bool |
false |
|
|
bool |
false |
|
|
string |
127.0.0.1:9166 |
The address of the grpc service. |
|
string |
tcp |
The transport protocol of the grpc service. |
|
string |
||
|
string |
127.0.0.1:9142 |
|
|
bool |
false |
|
|
string |
Since Version: +
added, -
deprecated
YAML Example
# Autogenerated
# Filename: auth-machine-config-example.yaml
tracing:
enabled: false
type: ""
endpoint: ""
collector: ""
log:
level: ""
pretty: false
color: false
file: ""
debug:
addr: 127.0.0.1:9167
token: ""
pprof: false
zpages: false
grpc:
addr: 127.0.0.1:9166
protocol: tcp
token_manager:
jwt_secret: ""
reva:
address: 127.0.0.1:9142
skip_user_groups_in_token: false
machine_auth_api_key: ""