Skip to content

Commit

Permalink
Update workspace harvester configuration to v4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Dec 6, 2023
1 parent b953641 commit ed39e76
Showing 1 changed file with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,19 +173,21 @@ spec:
port: 6379
harvesters:
# Static STAC catalogue in the user's bucket storage
- name: harvest-bucket-catalog
harvest-bucket-catalog:
queue: "register_queue"
resource:
type: "STACCatalog"
source:
type: "S3"
bucket: bucket
access_key_id: {{ access_key_id }}
secret_access_key: {{ secret_access_key }}
endpoint_url: https://minio.develop.eoepca.org
region_name: RegionOne
validate_bucket_name: False
public: False
staccatalog:
filesystem: s3bucket
filesystems:
s3bucket:
type: s3
s3:
access_key_id: {{ access_key_id }}
secret_access_key: {{ secret_access_key }}
endpoint_url: https://minio.develop.eoepca.org
region: RegionOne
public: False

client:
ingress:
Expand Down

0 comments on commit ed39e76

Please sign in to comment.