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

Service account support (#1) #963

Closed
wants to merge 2 commits into from
Closed

Conversation

bmanth60
Copy link

  • Add ability to login with a service account
  • Add documentation for using service account
  • Remove independent google-auth-library in favor of googleapis Auth module

Fixes #962 #959 #956 #953 #950 #917 #225

  • npm run test succeeds.
  • npm run lint succeeds.
  • Appropriate changes to README are included in PR.

* Preliminary service account support

* Update readme and fix constants

* Remove debugging logs. Updated scopes to read correctly.

* Update readme with service account instructions

* Remove subject as it is not needed

* Remove false and allow default for load api credentials
@google-cla
Copy link

google-cla bot commented May 11, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@bmanth60
Copy link
Author

This is signed and should be rerun

@bmanth60
Copy link
Author

Lint output
image

@bmanth60
Copy link
Author

@bmanth60 bmanth60 closed this May 12, 2023
@tailorvj
Copy link

This is a very interesting development, but unfortunately it requires too many steps to get an AppsScript project started, and that beats the purpose of Clasp in the first place IMHO. Clasp login should work from anywhere, including from within Docker images, virtual environments, etc.

Kind regards,
Tailor VJ

@fletort
Copy link

fletort commented Sep 25, 2023

Your PR was working or not ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to use clasp run in Github actions workflow
3 participants