Skip to content

Remove output to logs#135

Open
jbragdon1 wants to merge 2 commits intoscylladb:masterfrom
jbragdon1:patch-1
Open

Remove output to logs#135
jbragdon1 wants to merge 2 commits intoscylladb:masterfrom
jbragdon1:patch-1

Conversation

@jbragdon1
Copy link

This task seems to dump username / password / auth token to the outputted logs. Adding a no_log: true will still show the task running, but remove a great deal of the output.

Tested in a local copy

This task seems to dump username / password / auth token to the outputted logs. Adding a no_log: true will still show the task running, but remove a great deal of the output.
@vladzcloudius
Copy link
Collaborator

Was going over the "deserted PRs" (sorry, @jbragdon1).
@vreniers this is an interesting one.

--password {{ item.password }} \
{% endif %}
when: cluster_already_added is not defined or cluster_already_added.stdout != "present"
no_log: true
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd parametrize it. And set it to False by default to preserve the current behavior.

@vladzcloudius vladzcloudius requested a review from vreniers May 14, 2025 14:58
Copy link
Collaborator

Choose a reason for hiding this comment

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

This PR requires a rebase. The file name was changed to add_cluster.yml.

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

Successfully merging this pull request may close these issues.

3 participants