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

add credentials in conf.yaml.example #18625

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luisfroliveira
Copy link

add the fields rabbitmq_user and rabbitmq_pass so that the agent can authenticate to the rabbitmq api

What does this PR do?

It is necessary to add the fields rabbitmq_user and rabbitmq_pass so that the agent can authenticate to the rabbitmq api

Motivation

errors when trying to integrate datadog into rabbitmq with management plugin

Additional Notes

I also added the service field to the logs

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Changelog entries must be created for modifications to shipped code
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

add the fields rabbitmq_user and rabbitmq_pass so that the agent can authenticate to the rabbitmq api
Copy link
Contributor

@brett0000FF brett0000FF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a check is failing?

File conf.yaml.example is not in sync, run "ddev validate config rabbitmq -s"

@HadhemiDD
Copy link
Contributor

You don't modify the file directly, you should update the spec.yaml and then run the ddev commands to sync:
dev validate config --sync <integration>
ddev validate models <integration> -s

Copy link
Contributor

@HadhemiDD HadhemiDD left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a note.

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

Successfully merging this pull request may close these issues.

3 participants