-
Notifications
You must be signed in to change notification settings - Fork 140
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
Missing password field under database in Ansible/ansible_collections/jfrog/platform/roles/insight/defaults/main.yml #408
Comments
Thanks for reporting @gjlam95, could you please share any customization that you may have made to the vars.yaml or your setup, and the logs that indicated the error? |
Hi @RobinDuhan , the only customisation I've done so far is to modify the values provided under Ansible/ansible_collections/jfrog/platform/group_vars/all/vars.yml and changing all the relevant insight_db values.
The error message shown on the server hosting insight is as follow: |
@gjlam95 Thanks. |
insight-server-service.log Attached files as requested. It failed at the task 'Make sure insight is up and running' |
System.yaml doesn't seem to have the password configured for the database. We suspect TASK [jfrog.platform.insight : Interactive with expect] to be failing, which is responsible for overriding system.yaml with the custom values. As a workaround, you could set If it still doesn't work, and you have support as part of your JFrog subscription - please open a support ticket and our support engineers will work with you up to resolution. If that is not the case, I'll ask you share the ansible log, collection, and insight version that you are using, and we will try to assist as much as we can. |
@gjlam95 can you please let us know, what was the issue and what has fixed your issue ? |
|
Thanks :) |
Is this a request for help?: Yes
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Which installer: Ansible
Which product and version (eg: ansible & collection version - 7.24.2): ansible core 2.17.3
Which operating system and version(eg: ubuntu & version - 20.4): ubuntu 22.04
Which product license (Enterprise/Pro): Enterprise
JFrog support reference (if already raised with support team): NIL
What happened: Referencing Ansible/ansible_collections/jfrog/platform/roles/insight/defaults/main.yml, is it intentional that the database has no password indicated? I'm using this ansible playbook to deploy insight and I'm getting a password authentication failed error. Suspecting it is due to this issue
What you expected to happen: No issues with authentication as password has been parsed properly
How to reproduce it (as minimally and precisely as possible): Try to deploy Insight via Ansible
Anything else we need to know: NIL
The text was updated successfully, but these errors were encountered: