Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 501 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 501 Bytes

dosgato-resizer-sharp

Self-contained service to connect to a DosGato CMS database and file store and process the requestedresizes queue.

Scoped MySQL user

For extra security, make a separate MySQL user for this container and give it the following access:

  • GRANT SELECT, INSERT ON dosgato.binaries TO ...
  • GRANT SELECT, INSERT, UPDATE, DELETE ON dosgato.resizes TO ...
  • GRANT SELECT, UPDATE ON dosgato.requestedresizes TO ...
  • GRANT SELECT, INSERT ON dosgato.migratedresizeinfo TO ...