Skip to content

Commit

Permalink
[patch] Disable logging of docker credentials from mirror_ocp role (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
durera authored Jan 7, 2024
1 parent 81cb38f commit b1c6579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ibm/mas_devops/roles/mirror_ocp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
# 4. Generate new docker config
# -----------------------------------------------------------------------------
- name: Generate Docker config
no_log: true # Output contains credentials for all docker registries
command: >
jq ".auths[\"{{ registry_public_url }}\"]={\"auth\":\"{{ registry_auth | b64encode }}\"}" "{{ redhat_pullsecret }}"
register: new_pull_secret
Expand Down

0 comments on commit b1c6579

Please sign in to comment.