Skip to content

Commit

Permalink
gitleaks: allow user/pass for internal only amqp broker
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fenzi <[email protected]>
  • Loading branch information
nirik authored and abompard committed Jul 12, 2023
1 parent 0447e9a commit 86b40af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@
lineinfile:
path: /etc/fedora-messaging/config.toml
regexp: "amqp_url = \"amqp://\""
line: "amqp_url = \"amqp://fedoramessages:[email protected]\""
line: "amqp_url = \"amqp://fedoramessages:[email protected]\"" # gitleaks:allow

0 comments on commit 86b40af

Please sign in to comment.