You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Authentication Service moduleclient_id="..."client_secret="..."keycloak_url="..."realm="..."deflogin(username, password):
access_token=get_access_token(username, password)
All those parameters (client_id, client_secret etc) are like environment variables that every user can set (maybe in the cli setup phase).
My question is if the framework already has internal mechanisms to do this or do I have to create my own configuration files (.ini, .yaml etc) to edit each time? Are there any examples on this point?
System Information
Cement Version: Cement Framework 3.0.6
Python Version: Python 3.9.10
Operating System and Version: Platform Linux-5.13.0-1028-oem-x86_64-with
Thanks in advance
The text was updated successfully, but these errors were encountered:
The document should answer any questions you have for usage, additionally... since you mentioned environment variables, these are honored by default to override config files as well:
Hi,
what are the best practices for setting up configurations on the command line interface?
I give examples:
All those parameters (client_id, client_secret etc) are like environment variables that every user can set (maybe in the cli setup phase).
My question is if the framework already has internal mechanisms to do this or do I have to create my own configuration files (.ini, .yaml etc) to edit each time? Are there any examples on this point?
System Information
Thanks in advance
The text was updated successfully, but these errors were encountered: