We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to perform an upload a new Chef Cookbook to Artifactory raises a Stove::Error::CookbookAlreadyExists. The logic seems to be guided by https://github.com/sethvargo/stove/blob/master/lib/stove/artifactory.rb#L18-L22.
Stove::Error::CookbookAlreadyExists
Artifactory seems to throw a 403 when it encounters a Bad props auth token: and this case should not trigger this error message.
403
Bad props auth token:
Steps to replicate are just to seemingly supply a bad token.
The text was updated successfully, but these errors were encountered:
+1 just used up a bunch of time troubleshooting this.
Sorry, something went wrong.
+1
It seems to me the fix is, if the token is invalid, stove raises a Stove::Error::InvalidToken or similar error.
Stove::Error::InvalidToken
No branches or pull requests
Attempting to perform an upload a new Chef Cookbook to Artifactory raises a
Stove::Error::CookbookAlreadyExists
. The logic seems to be guided by https://github.com/sethvargo/stove/blob/master/lib/stove/artifactory.rb#L18-L22.Artifactory seems to throw a
403
when it encounters aBad props auth token:
and this case should not trigger this error message.Steps to replicate are just to seemingly supply a bad token.
The text was updated successfully, but these errors were encountered: