-
Notifications
You must be signed in to change notification settings - Fork 9
Global Options
graju256 edited this page Sep 16, 2024
·
1 revision
Client can be configured at global level to deal with certain configuration details. Use the options section of graphman.configuration file
- log: log level for the client. Permitted values are nolog, warn, info, fine, debug.
- policyCodeFormat: Policy code is now represented in multiple formats (xml, json, yaml). Use this option to choose one of it.
- keyFormat: Key data can be managed in both p12 and pem formats. Use this option to choose either of the one.
Note
Global options from the configuration file can be overridden using the CLI argument (--options.<name> <value>).