Skip to content

Commit

Permalink
Avoid log vault_key
Browse files Browse the repository at this point in the history
  • Loading branch information
arash77 committed Oct 31, 2024
1 parent c139537 commit fbff148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def set_compute_environment(self, compute_environment: ComputeEnvironment, get_s
if secret_value is not None:
self.environment_variables.append({"name": secret.inject_as_env, "value": secret_value})
else:
log.warning(f"Failed to read secret from vault with key {vault_key}")
log.warning("Failed to read secret from vault")

def execute_tool_hooks(self, inp_data, out_data, incoming):
# Certain tools require tasks to be completed prior to job execution
Expand Down

0 comments on commit fbff148

Please sign in to comment.