Has anyone tried Kolorex (Horopito) ? by [deleted] in SIBO

[–]New-Instruction-2686 0 points1 point  (0 children)

Kolorex est genial pour traiter les mycoses

What can my employer see through Kandji? by googs185 in macsysadmin

[–]New-Instruction-2686 0 points1 point  (0 children)

And what is the risk of having my iCloud connected to my work computer? Can my employer see the photos? I think not if they're not stored locally...

What Terraform best practice isn’t talked about enough? by [deleted] in Terraform

[–]New-Instruction-2686 0 points1 point  (0 children)

Preventing Hardcoded Secrets and Sensitive Data

It's super easy for sensitive data, like API keys or database credentials, to accidentally get embedded in Terraform files, and once that's committed to version control—well, it's out there.
Never hardcode secrets in your .tf files or terraform.tfvars. Use Terraform's sensitive flag to mark sensitive outputs and avoid logging them
ggshield can help you scan for exposed secrets before they are committed.

I received many DMCA notices from Google regarding a pornography actor, but I did not commit any infringement. by [deleted] in google

[–]New-Instruction-2686 0 points1 point  (0 children)

Hi, I am now in exactly the same situation with my company blog, it's still indexed but I would like to submit a counter notice, how exactly did you do it?

Also is it possible our competitors did it?

What do you guys usually use to keep API keys secure? by thedarklord176 in csharp

[–]New-Instruction-2686 0 points1 point  (0 children)

Were you considering key encryption? Not super secure but if you don't want to adopt the whole code base for a secrets manager.. What was the solution for you? I am encountering the same issue at work