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

Using JSON service account credentials #4090

Open
domdomegg opened this issue Dec 8, 2020 · 0 comments
Open

Using JSON service account credentials #4090

domdomegg opened this issue Dec 8, 2020 · 0 comments

Comments

@domdomegg
Copy link
Member

What

PKCS (.p12) service account credentials have been deprecated in the Triple-T/gradle-play-publisher plugin for over a year now, and support has finally been dropped in version 3. We should migrate to JSON service account credentials instead.

How

I think to do this we need to:

  1. Login to the GCP project where the current service account is
  2. Generate JSON credentials for the account
  3. Encrypt them with the secret key and pop them in the repo
  4. Change the Travis and Gradle build settings to decrypt and use the JSON credentials instead of play.p12

Steps 1 and 2 need to be done by someone with access to the GCP project, and step 3 needs someone with the encryption key. I'm not sure who has what access, and I don't think I have either. @misaochan @maskaravivek do either of you know?

Why

Removes a deprecation warning, and will allow us to update to version 3 of the plugin (see #4089), allowing us to update the Android Gradle Build Tools version (see #4088).

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

No branches or pull requests

1 participant