Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Marshal/export feature #1178

Closed
Jordan-Mesches opened this issue Feb 8, 2021 · 1 comment
Closed

Marshal/export feature #1178

Jordan-Mesches opened this issue Feb 8, 2021 · 1 comment
Labels
triage me I really want to be triaged.

Comments

@Jordan-Mesches
Copy link

I'm currently using AWS lambda, and I'm trying to use this library to interact with some gsuite products. So naturally I want to split up different parts of my project as to embrace micro service architecture that comes with lambda. So here comes my problem, I want to have a Authenticator lambda that can return Authentication to other lambdas, however when using service_account_creds.with_subject(admin-email) it returns a google.oauth2.service_account.Credentialsobject. Now this is great however I'm not able to return this in my lambda, and my attempts at marshaling it myself have failed. So it'd be great if their was a feature to either Marshall the object, or like export it to Json or something like that.

Also if does already exist sorry, I was unable to find it anywhere.

@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Feb 9, 2021
@busunkim96
Copy link
Contributor

Closing since this is a duplicate of the google-cloud-python issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged.
Projects
None yet
Development

No branches or pull requests

3 participants