Open spacemansteve opened 8 years ago
How are microservice user accounts different than human user accounts
Active is set to true. For some microservice users, is_personal is true, for others it is false.
How are microservice oauth2token records different than human oauth2token records
How are microservice oauth2client records different than human oauth2client records
is_internal is true for all.
_redirect_urls empty for all.
website empty for all.
Perhaps we could add an argument --microservice that would
python scripts/generate_oauth_client.py --create-user --personal --microservice --user-email vis-services@ads --name "vis-services@ads"
There is existing support to create users and their tokens via the command line interface. However, this does not support making the tokens needed for microservice accounts.