pucardotorg / dristi

MIT License
2 stars 12 forks source link

[Deployment]: [Configure expiry for File Store Service] #2362

Open suresh12 opened 3 weeks ago

suresh12 commented 3 weeks ago

Describe the bug Configure expiry for File Store Service.

suresh12 commented 3 weeks ago

There's a setting in the filestore service. That can be configured via Helm charts. Above info from Subhashini, we can set it as 15 minutes.

Pasam6 commented 3 weeks ago

@suresh12 . Found this in application.properties of filestore: presigned.url.expiry.time.in.secs=86400 (this vaule is enabled by default)

Reference: https://github.com/egovernments/Digit-Core/blob/2.9-LTS/core-services/egov-filestore/src/main/resources/application.properties