Token being logged by agent container? #2369
Replies: 1 comment 2 replies
-
It seems to be coming from the cron scheduler: woodpecker/server/cron/cron.go Line 129 in 503252d The token is the oauth token used to authenticate as your user against the forge. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When looking through an agent container's logs, I found this:
Logs are not secure; for example they might be redirected to a log aggregation tool. So the token would become compromised.
However that token "xxxx" is not the same as the "personal access token". What is it? Is it maybe a one-time token of some kind (which would be "safe" to log in this case)?
Beta Was this translation helpful? Give feedback.
All reactions