-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Trouble deploying gemstash as a bosh release #189
Labels
Comments
When gemstash is started manually
When gemstash is started with bosh
|
@donghoang89 is this still an issue for you with the latest Gemstash version? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build a bosh release for gemstash.
However, I am running into the following issue when I try to push gem to gem stash private registry
If I bosh ssh into the server and start gem stash manually with "./gemstash start", the issue would not occur at all.
I am trying to look for where "Gemstash::Authorization" and "Gemstash::DB::Authorization" are being referred to in the source code. They seem to be at:
DO you have any idea what could have cause gemstash to behave differently when being started with bosh as opposed to being started manually?
The text was updated successfully, but these errors were encountered: