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

[Bug] Remove SecretStr from task/flow parameters #93

Open
phwissmann opened this issue Aug 19, 2024 · 0 comments
Open

[Bug] Remove SecretStr from task/flow parameters #93

phwissmann opened this issue Aug 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@phwissmann
Copy link
Collaborator

Describe the bug
Pydantic.SecretStr gets logged in the parameters of a task. The scicat token is currently passed as a SecretStr to the functions implementing it. Tasks should either retrieve the token from Scicat (should be cashed by the task anyway) or use a block to store the token.

@phwissmann phwissmann added the bug Something isn't working label Aug 19, 2024
@phwissmann phwissmann added this to the Milestone I milestone Aug 19, 2024
@phwissmann phwissmann self-assigned this Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant