issues
search
destination-earth
/
DestinE_ESA_GFTS
Global Fish Tracking Service - DestinE DESP Use Case
https://destination-earth.github.io/DestinE_ESA_GFTS/
Apache License 2.0
10
stars
6
forks
source link
Update some s3 permissions
#94
Closed
minrk
closed
4 weeks ago
minrk
commented
4 weeks ago
make user image public (needed for kbatch)
make reference-data read-only for all users, like data lake
deny bucket creation permissions to all s3 users (all documentation I can find suggests this is meant to be the default, but doesn't appear to be)
update some wildcards in user policies because bucket operations are done on
bucket-name
while Object operations are on
bucket-name/*
bucket-name
while Object operations are onbucket-name/*