veraison / corim

CoRIM and CoMID manipulation library and CLI
Apache License 2.0
9 stars 7 forks source link

Auth + config file support #86

Closed setrofim closed 1 year ago

setrofim commented 1 year ago

Add support for remote service authentication to the corim submit sub-command.

Associated with it is support for loading configuration from a file (note: technically this was already present but was kind of broken and wasn't actually used for any configuration.)

Make api-server configurable via the config file, as well as the command line flag. This removes the need to specify --api-server flag on each corim submit sub-command invocation (given that this setting is going to be fairly static for a particular setup).