ACED-IDP / aced_etl_pod

etl worker pod
MIT License
1 stars 1 forks source link

Feature/empty project #25

Closed bwalsh closed 4 months ago

bwalsh commented 4 months ago

This PR:

This PR is paired with:

matthewpeterkort commented 4 months ago

I think it makes the most sense to separate "can_create" and "can_delete" functions to check for delete and create permissions separately that way when a user is given write permissions they aren't also given delete permissions.

In order for this to be most effective the gen3_util and user.yaml file would have to be changed to separate delete permissions from the writer role. Thoughts?

bwalsh commented 4 months ago

@matthewpeterkort see comments ^^