-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
Spring Boot Actuator challenge hiding an api key in the audit events #815
Comments
I would like to work. Request to assign to me. |
Hi @PavanButke ! It’s all yours! Feel free to contact us on slack when you have any questions. |
Thanks joen! Connecting on slack. Just wanted a link of doc for contributors. |
I'm facing few errors while set up of code on local..because of which I'm unable to contribute. |
Hi @PavanButke, what issue are you facing? |
Hi, I can see
Log: org.eclipse.core.runtime.CoreException: Failed to execute mojo org.codehaus.mojo:exec-maven-plugin:3.1.0:exec {execution: default} |
Maybe you can reach out to #project-wrongsecrets at slack ? There might be other VSCode users there that can help you using the right config. |
Thanks for your reply.
I'll definitely check it out.
Thanks,
Pavan
…On Fri, 26 May, 2023, 3:31 am Jeroen Willemsen, ***@***.***> wrote:
Maybe you can reach out to #project-wrongsecrets at slack
<https://owasp.slack.com/archives/C02KQ7D9XHR> ? There might be other
VSCode users there that can help you using the right config.
—
Reply to this email directly, view it on GitHub
<#815 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AR5LNTVK2WKRTX5GB422ASDXH7JCDANCNFSM6AAAAAAX2GCSDQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @commjoen, I would like to contribute to this issue and I noticed that it's probably inactive. Could you assign it to me? |
@PavanButke do you still want to work on this issue? or are you ok if we assign it to @nwolniak ? |
@commjoen If no one has replied, could you please assign me to the task? |
@nwolniak it is yours :-) |
Oki |
This challenge is about how to not use the spring boot actuator, by hiding an API key in the audit events:
AuditEventRepository
management.endpoints.web.exposure.include=auditevents
inapplication.properties
The text was updated successfully, but these errors were encountered: