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

include aws creds in .opsicle? #18

Open
iwarshak opened this issue Feb 13, 2014 · 3 comments
Open

include aws creds in .opsicle? #18

iwarshak opened this issue Feb 13, 2014 · 3 comments

Comments

@iwarshak
Copy link

Would it make sense to include the fog credentials into the .opsicle file?

I have several apps, with different aws accounts, and it would be nice to have my opsicle config all in one place (and self contained in my project directory)

@chrisarcand
Copy link
Collaborator

That's an interesting thought; if it were implemented, I'd like to see it as an override in .opsicle so you can change it on a per app basis only if necessary.

@anfleene
Copy link
Contributor

I think it could make sense. But I don't want to require it that way, I'd like to be able to fall back on a shared config for a user. We have half a dozen apps that all use the same aws account so a shared file works well for us.

I do feel like the aws credentials bit is a bit awkward to be honest and I think there is room for improvement. We used the .fog file since it was a pattern we were already using.

My other concern is that we typically don't want to commit our aws credentials to a repository and putting somewhere outside of the app ensures that doesn't happen.

@anfleene
Copy link
Contributor

I'm still on the fence on whether this is a good idea or not. I feel like if we do it the opsicle config should be moved out of the app repository. I don't want to run the risk of users checking in their aws keys.

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

3 participants