Document how to use Service Accounts with dev_appserver
Navigation Menu
{{ message }}
googleapis / google-cloud-python Public
- Notifications You must be signed in to change notification settings
- Fork 1.7k
Closed
Description
opened
on Jan 28, 2015It can be done via
$ dev_appserver.py \
> --appidentity_email_address ${EMAIL_ADDRESS} \
> --appidentity_private_key_path ${PATH_TO_KEY} \
> ${APPLICATION_DIR}
This will make implicit credentials "just work" on the dev appserver for GAE.
Metadata
Metadata
Assignees
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions