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

Where should I keep sensitive data? #25

Closed
sarunw opened this issue Feb 2, 2015 · 2 comments
Closed

Where should I keep sensitive data? #25

sarunw opened this issue Feb 2, 2015 · 2 comments

Comments

@sarunw
Copy link

sarunw commented Feb 2, 2015

If I want to use hipchat integration which required ENV["HIPCHAT_API_TOKEN"] set in before_all what is the proper way to do this? Hardcode in Fastfile would be security issue right if I commit this into git.

@KrauseFx
Copy link
Member

KrauseFx commented Feb 2, 2015

Since this is an environment variable, you can set it however you want.

You can use dotenv or any other project to securely store your environment variables.

Does that make sense?

@KrauseFx KrauseFx closed this as completed Feb 2, 2015
@sarunw
Copy link
Author

sarunw commented Feb 2, 2015

Thanks, that make sense.

KrauseFx pushed a commit that referenced this issue Mar 7, 2016
Warn when running all tests without specifying a class or package
@fastlane fastlane locked and limited conversation to collaborators Sep 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants