You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default we add / (POST) and / (PUT) to the mosaicjson endpoint to either create or update a mosaicjson document. The problem is that if you add this to a AWS deployment and do not set your IAM correctly, someone could create mosaic on you S3 bucket.
I don't think the default implementation is good and I think we should remove them (and add examples)
By default we add / (POST) and / (PUT) to the mosaicjson endpoint to either create or update a mosaicjson document. The problem is that if you add this to a AWS deployment and do not set your IAM correctly, someone could create mosaic on you S3 bucket.
I don't think the default implementation is good and I think we should remove them (and add examples)
titiler/titiler/endpoints/factory.py
Lines 743 to 794 in d329f2c
The text was updated successfully, but these errors were encountered: