NYCPlanning / data-engineering

Primary repository for NYC DCP's Data Engineering team
14 stars 0 forks source link

github action for single freeform command #791

Closed fvankrieken closed 3 weeks ago

fvankrieken commented 3 weeks ago

Any concerns with something like this? Seems useful for dev tasks that have performance constraints

alexrichey commented 3 weeks ago

@fvankrieken I think there are some potential concerns around security here. Since we're loading secrets into the container, anyone who can run this has full access to all creds

fvankrieken commented 3 weeks ago

Yeah, makes sense.

alexrichey commented 3 weeks ago

however, would this be useful without creds?

fvankrieken commented 3 weeks ago

Possibly for some specific cases, but I don't hugely need it