cloud-pipeline
cloud-pipeline copied to clipboard
Cloud agnostic genomics analysis, scientific computation and storage platform
related to issue #1572 and throws an exception if user want to generate token with expiration date after 19 Jan 2038
This PR provides implementation for #1212 - a new API method `GET /datastorage/{id}/mountCmd` was introduced. This method generates mount cmd that will be used by `elasticsearch-agent` service during `NFS` storage...
This PR provides implementation for issue #1525
This PR is related to issue #1348. - Credentials for GCP regions are storing in k8s secret - `cp-billing-srv` deployment config is updated, so region secrets are available via mount....
## Background The `GET datastorage/permission` method doesn't return admins. This way `scripts/nfs-roles-management/syncnfs.py` doesn't sync storages for admins. ## Approach A new boolean request parameter `includeAdmins` was added to `GET datastorage/permission`...
Probably resolves issue #1189. The pull request brings resumable upload recovery mechanism while should resolve the original issue. *Drafted til there is some proof that the fix helps.*
This PR adds new fields for Security Logs: - `auth_type` (JWT, SAML) - `request_details` field for all JWT requests `request_details` field stored in `curl` command format. f.e: ``` curl -k...
This PR is related to issue #761 Previously, billing reports were not filling the whole requested period. For example, if users were active from 5th to 10th of a month,...
Resolves issue #995. The following pull request consists of modifications to increase the API startup performance by the following changes: * `api` module * build a **thin** `pipeline.jar` instead of...
This PR related to #1050 currently we do not check a digest of new push event from docker registry and just update scan result and set status NOT_SCANNED. This PR...