System settings¶
Several global settings are available to be configured in Migration Manager:
General Settings¶
Configuration |
Description |
Value(s) |
Default |
|---|---|---|---|
|
Interval over which data from all sources will be periodically resynced |
number(h/m/s) |
10m (10 minutes) |
|
Whether automatic periodic sync should be disabled |
true/false |
false |
|
Daemon log level |
INFO,WARN,DEBUG,ERROR |
WARN |
|
List of additional logging targets |
Log targets¶
See Events for more information about logging events.
Configuration |
Description |
Value(s) |
Default |
|---|---|---|---|
|
Name identifying the logging target. |
string |
|
|
Type of the logging target. |
string |
|
|
Log level to display. |
INFO,WARN,DEBUG,ERROR |
WARN |
|
Address of the logging target. |
string |
|
|
Username of the logging target. |
string |
|
|
Password of the logging target. |
string |
|
|
CA Certificate used to authenticate with the logging target. |
string |
|
|
Number of attempts to make against the logging target. |
number |
3 |
|
How long to wait between retrying a log. |
number(h/m/s) |
10s |
|
Logging scopes to send to the logging target. |
list of strings |
|
Network settings¶
Configuration |
Description |
Value(s) |
Default |
|---|---|---|---|
|
Address/port over which the REST API will be served |
address:port |
|
|
Address that migrating instances will use to connect back to the Migration Manager service |
https://address |
same as |
Security Settings¶
Configuration |
Description |
Value(s) |
Default |
|---|---|---|---|
|
List of SHA256 certificate fingerprints belonging to trusted TLS clients |
list of strings |
|
|
OIDC configuration |
||
|
OpenFGA configuration |
||
|
ACME certificate renewal configuration |
OIDC¶
Configuration |
Description |
Value(s) |
Default |
|---|---|---|---|
|
OIDC issuer |
string |
|
|
OIDC client ID used for communication with OIDC issuer |
string |
|
|
Scopes to be requested |
string |
|
|
Audience the OIDC tokens should be verified against |
string |
|
|
Claim which should be used to identify the user or subject |
string |
OpenFGA¶
Configuration |
Description |
Value(s) |
Default |
|---|---|---|---|
|
API token used for communication with the OpenFGA system |
string |
|
|
URL of the OpenFGA API |
string |
|
|
ID of the OpenFGA store |
string |
ACME¶
Certificate renewal will be re-attempted every 24 hours, The certificate will be replaced if there are fewer than 30 days remaining until expiry.
Configuration |
Description |
Value(s) |
Default |
|---|---|---|---|
|
Agree to ACME terms of service. |
true/false |
false |
|
URL to the directory resource of the ACME service. |
string |
|
|
ACME challenge type to use. |
HTTP-01 or DNS-01 |
|
|
Domain for which the certificate is issued. |
string |
|
|
Email address used for the account registration. |
string |
|
|
Address and interface for HTTP server (used by HTTP-01). |
string |
|
|
Backend provider for the challenge (used by DNS-01). |
string |
|
|
Environment variables to set during the challenge (used by DNS-01). |
list of strings |
|
|
List of DNS resolvers (used by DNS-01). |
list of strings |