Github user ckadner commented on the issue:
https://github.com/apache/bahir/pull/48
Thanks @ire7715 for your fixes.
Re: key file ([comment, July
21](https://github.com/apache/bahir/pull/48#discussion_r128909173))
> **ckadner:** are there no risks with making this key-file public?
> **ire7715 :** Yes, it is okay. The key was generated as a dummy IAM
service account, which now have been removed. And I have interchanged part of
the private key bytes, which makes it unusable.
So, the key file is unusable for the unit test runs? If so, then there
would be no reason to adding it as a test resource, no?
Is the idea then to communicate to developers how/where to add a key file
they would have to generate for themselves? Would it be better then to have the
unit test display a warning message in the console output if the key file is
missing and skip the impacted test case(s)?
For the Jenkins CI server, we would have to install a key file that does
work (keeps working) and in a pre-build step copy it from somewhere, or use an
environment variable to point to a local directory that has the key file.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---