can you move your config variables out of the submodule, and load them via heroku config?
Getting important authentication params out of a repo is usually one of the first things you have to do after a security analysis, so you may as well just do it now. On Fri, Feb 3, 2012 at 5:15 PM, Abe <[email protected]> wrote: > I also have this issue, did you work out a solution? > > On Jan 3, 12:25 am, "David D." <[email protected]> wrote: > > I got this to work: > http://devcenter.heroku.com/articles/labs-git-submodules > > > > But there is an issue in that my submodule is private. The particular > > submodule I'd like to include contains global variables and > authentication > > parameters that I want to share across several different apps that > together > > form our service. There's no way I can make this public. > > > > So how can I allow heroku to access my private repo, or rather provide my > > credentials during dependency installation to allow this to work? > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- Thanks, -John -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
