Skip to content

Commit

Permalink
Add info about minimal supported Onezone version
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalkowi committed Jun 28, 2024
1 parent 332d094 commit 796d208
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/config/sample/object_store_conf.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ auth:
access_token: ...
connection:
# The domain of the Onezone service (e.g. datahub.egi.eu), or its IP address for
# devel instances (see above).
# devel instances (see above). The minimal supported Onezone version is 21.02.4.
onezone_domain: datahub.egi.eu
# Allows connection to Onedata servers that do not present trusted SSL certificates.
# SHOULD NOT be used unless you really know what you are doing.
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/config/sample/object_store_conf.xml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
//connection/@onezone_domain -
the domain of the Onezone service (e.g. datahub.egi.eu), or its IP address for
devel instances (see above).
devel instances (see above). The minimal supported Onezone version is 21.02.4.
//connection/@disable_tls_certificate_validation -
Allows connection to Onedata servers that do not present trusted SSL certificates.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ preferences:
description: Your Onedata account
inputs:
- name: onezone_domain
label: Domain of the Onezone service (e.g. datahub.egi.eu)
label: Domain of the Onezone service (e.g. datahub.egi.eu). The minimal supported Onezone version is 21.02.4.
type: text
required: False
- name: access_token
Expand Down
15 changes: 9 additions & 6 deletions lib/galaxy/files/templates/examples/production_onedata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
version: 0
name: Onedata Storage
description: |
This template allows connecting to Onedata servers.
If you have an account in Onedata, you can use such a file source to upload
your data directly from Onedata to Galaxy. You can also perform
an "Export datasets to remote files source" of a dataset from Galaxy to
Onedata.
Onedata is a global data management system providing a unified data access
interface across different storage providers. More information on Onedata
can be found on [Onedata's website](https://onedata.org/#/home).
The minimal supported Onezone version is 21.02.4.
More information on Onedata can be found on [Onedata's website](https://onedata.org/#/home).
variables:
onezone_domain:
label: Onezone domain
Expand All @@ -24,15 +26,16 @@
type: boolean
help: |
Allow Galaxy to write data to this Onedata storage.
Requires access token with write data access.
Requires an access token with write data access.
default: False
secrets:
access_token:
label: Access Token
help: |
Your [access token](https://onedata.org/#/home/documentation/topic/stable/tokens),
suitable for REST API access in a Oneprovider service. May be confined
to read-only data access.
to read-only data access, unless you wish to use the
"Export datasets to remote files source" tool (write permissions are needed then).
configuration:
type: onedata
access_token: "{{ secrets.access_token }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
name: Onedata Storage
version: 0
description: |
This template allows using Onedata storage.
If you have an account in Onedata, you can use such an object store as
a storage location for your Galaxy datasets; they will be stored in
the Onedata space of your choice.
Onedata is a global data management system providing a unified data access
interface across different storage providers. More information on Onedata
can be found on [Onedata's website](https://onedata.org/#/home).
The minimal supported Onezone version is 21.02.4.
More information on Onedata can be found on [Onedata's website](https://onedata.org/#/home).
variables:
onezone_domain:
label: Onezone Domain
Expand Down

0 comments on commit 796d208

Please sign in to comment.