-
Notifications
You must be signed in to change notification settings - Fork 148
Closed
Labels
Description
Related to
Overview
The Document Handling feature was introduced based on envVars set in configmap-documentstore.yaml. We should refactor this and use the application.yaml format instead, once we have the information of how the envVars map to the application.yaml configuration - e.g. waiting for the confirmation the following would work:
DOCUMENT_STORE_{{ $awsPrefix }}_CLASS
DOCUMENT_STORE_{{ $awsPrefix }}_BUCKET
DOCUMENT_STORE_{{ $awsPrefix }}_BUCKET_PATH
DOCUMENT_STORE_{{ $awsPrefix }}_BUCKET_TTL
DOCUMENT_STORE_{{ $gcpPrefix }}_CLASS
DOCUMENT_STORE_{{ $gcpPrefix }}_BUCKET
DOCUMENT_STORE_{{ $inmemPrefix }}_CLASS
# translates into:
document.store:
aws:
class:
bucket:
bucketPath:
bucketTtl:
gcp:
class:
bucket:
inmemory:
class:
Actions
Sub-tasks
- sub-task
aabouzaid