We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following log line records API keys in plain text
[D 2021-01-13 21:16:04.593 JupyterHub fargatespawner:351] Request response ...
JUPYTERHUB_API_TOKEN JPY_API_TOKEN
I believe this is the line writing the log: https://github.com/uktrade/fargatespawner/blob/master/fargatespawner/fargatespawner.py#L203
run_response = await _run_task(self.log, self._aws_endpoint(), self.get_run_task_args(self))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following log line records API keys in plain text
[D 2021-01-13 21:16:04.593 JupyterHub fargatespawner:351] Request response ...
JUPYTERHUB_API_TOKEN
JPY_API_TOKEN
I believe this is the line writing the log:
https://github.com/uktrade/fargatespawner/blob/master/fargatespawner/fargatespawner.py#L203
run_response = await _run_task(self.log, self._aws_endpoint(), self.get_run_task_args(self))
The text was updated successfully, but these errors were encountered: