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

How to find the password for JFrog Container Registry for AWS Container Marketplace #96

Closed
zyriuse75 opened this issue Mar 31, 2021 · 1 comment

Comments

@zyriuse75
Copy link

jfrog cloud-installer

what i did to find my password for jfrog
the command given on your documentation is wrong the file doesn't existe
docker exec -it <container-id> cat /var/opt/jfrog/artifactory/generated-pass.txt

to find the password :
docker exec -it $INSTANCE_ID grep -i password /var/opt/jfrog/artifactory/etc/system.yaml

@vasukinjfrog
Copy link
Collaborator

Close as part of cleanup:

Amazon AWS Container Marketplace does not allow default passwords. You must provide a password during container initialization or one will be randomly generated.

To set the first-time initialization password for the 'admin' user, pass the environment variable
ARTIFACTORY-PASSWORD with the desired password.

https://jfrog.com/help/r/jfrog-integrations-documentation/set-up-the-jfrog-container-registry-in-the-aws-container-marketplace-listing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants