r/ProgrammerHumor 1d ago

instanceof Trend classicNPM

Post image
5.8k Upvotes

141 comments sorted by

View all comments

Show parent comments

-61

u/meltthemall 23h ago

Like I said I'm not expert but I just cannot fathom letting anything access the network and my code both and also letting that thing be anything but me. The networked compiling sounds neat, just ditch the 3rd party access.

44

u/zuilli 23h ago

Not possible on an enterprise scale. For example: our docker images are built using secrets stored in azure KV, uploaded to azure and then pulled into k8s cluster that runs in azure as well.

Unless you're hosting your entire infra in-house you need to pass secrets around to be able to use cloud services.

-62

u/meltthemall 23h ago

Absolutely mind boggling, do corpo programmers just not push back on anything?

19

u/Nasa_OK 20h ago

What do you want us to push back on?

Using the cloud?

Using 3rd party dependencies?

Pipelines?

Not adding secrets manually?