Closed
Description
Authorino reads configuration for the executable from environment variables. This is not ideal as env vars usually belong to the global state of the operating system and, most importantly, are mutable. We should follow a better practice and read configuration options from command-line arguments instead.
This will require changes in https://github.com/kuadrant/authorino-operator as well.