-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
JFrog Account seems inactive #1013
Comments
Same issue here with the debian key for the repository https://gitsecret.jfrog.io/artifactory/git-secret-deb https://gitsecret.jfrog.io/artifactory/api/gpg/key/public is not available either |
same thing for me, is it a chance that will be fixed today? @sobolevn? |
Meanwhile I'm using something like this on Debian/Ubuntu:
You just need |
Working on it |
I put this in my CI/CD script (manual installation on Debian): - echo "Installing git secret"
- apt-get update
- apt-get -y install gawk
- git clone https://github.com/sobolevn/git-secret.git git-secret
- cd git-secret && make build
- PREFIX="/usr/local" make install
- cd .. |
it looks that jfrog package is working right now properly, thx @sobolevn :) maybe its good idea to add an alternative solution when jfrog is down to the documentation. |
I think that we already have I am happy that it now works, I just clicked some buttons to restore the repo. |
And.... issue is still alive @sobolevn :(
|
Yes, for some reason they now ask me to upgrade to a paid account. I've reached them to activate their OS plan. Sorry for this! Packaging is hard :( |
Access to jfrog is working on our pipeline now (was not working yesterday). |
@sobolevn seems we have this issue again :( |
Trying to reactivate, but looks like JFrog is down for me. |
I asked JFrog ops to re-enable the server for you. We got the OSS sponsorship request and it is approved, but the e-mail chain got dropped. I replied to it just now, so please acknowledge you would like to officially join our OSS sponsored program. |
Thank you! |
The server is re-enabled now. However, it may get deactivated since it is a limited time free instance. I sent you instructions via e-mail on how to request a new server instance that won't expire. (if you have trouble receiving the e-mail, please let me know) |
I will do this as soon as I will get home from my trip (in a week). Thanks! |
@sobolevn did this get resolved? |
yes, I think so! |
I am usually download git-secret from https://gitsecret.jfrog.io/artifactory/git-secret-apk/latest-stable/main on my alpine based CI/CD job.
Since today it can not install the package. Visiting the page in my browser shows a prompt to reactivate the account. I assume something expired on your side.
Reproduce on alpine 3.7
The text was updated successfully, but these errors were encountered: