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

change the way the google key is stored #145

Closed
12rambau opened this issue Feb 23, 2021 · 1 comment
Closed

change the way the google key is stored #145

12rambau opened this issue Feb 23, 2021 · 1 comment
Assignees
Labels
cd/ci relative to CI documentation Improvements or additions to documentation quality generated by code climate

Comments

@12rambau
Copy link
Member

At the moment the google json key is transformed into a env_var and send to the different services that require an access to this information.

Problem : RDT only accept a 2048 character env var and the json key end up being 3048 character long.

I opened an issue on their repository (readthedocs/readthedocs.org#7901) and it doesn't seems that they will change their env variable behaviour.
On the other hand we can change the decoding behaviour:
crypting the json file in the lib using a salt that I will use as a env variable to decode in codeCov, codeClimate, Travis and RDT the json file.

@12rambau 12rambau added documentation Improvements or additions to documentation cd/ci relative to CI quality generated by code climate labels Feb 23, 2021
@12rambau 12rambau self-assigned this Feb 23, 2021
12rambau added a commit that referenced this issue Feb 24, 2021
@12rambau
Copy link
Member Author

I've also updated the keys in travis and RDT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cd/ci relative to CI documentation Improvements or additions to documentation quality generated by code climate
Projects
None yet
Development

No branches or pull requests

1 participant