-
Notifications
You must be signed in to change notification settings - Fork 1
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
If webtask dump secret store #12
Comments
To be clear... the task is get secrets to dict and sanitize. Then mash them into ES. |
I decided to take a step back and look at the overall execution context. It was interesting to review. For now, I'll continue to focus on checking for secrets and gathering them. Happy to include any other information if you want.
And the decoded value for the
|
I've learned a few new things this evening. If you review the following excerpt, you'll see the following:
I'll think about how to address these findings.
|
With my current Node knowledge, I'm having some trouble understanding how I can make
This will yield what we are looking for. But I have been unable to get access to the same information from the profiler. I started by trying to create a new lookup called I keep seeing: |
I've been thinking about this more and I think I've identified how I will solve this. I was a little grumpy yesterday and I probably got to a point where I was overthinking this issue. From |
Webtask has a secret store... turns out you can just ask nicely.
https://webtask.io/docs/editor/secrets
The text was updated successfully, but these errors were encountered: