File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Unpack API
2
2
3
+ > ** NOTE**
4
+ >
5
+ > This API works with both GitLab CI/CD Pipelines, and GitHub Actions workflows.
6
+ > To keeps things simple, I'll refer to both simultaneously as a ** workflow** in this document.
7
+
3
8
This repository authenticates and forwards requests to unpack images into a CVMFS repository.
4
9
5
- This API accepts the name of an image to unpack along with a GitLab JWT token.
6
- This server then forwards that image, along with a pipeline trigger token, to another GitLab CI that performs the unpacking of the image into CVMFS.
10
+ This API accepts the name of an image to unpack along with a workflow JWT token.
11
+ This server then forwards that image, along with a pipeline trigger token, to another workflow that performs the unpacking of the image into CVMFS.
7
12
8
- 1 . Client sends request to this API from within a GitLab CI .
9
- 1 . This API authenticates the Client (ensures the pipeline was ran from within a specific GitLab instance).
10
- 1 . This API sends a request to a different GitLab CI to unpack the image.
13
+ 1 . Client sends request to this API from within a workflow .
14
+ 1 . This API authenticates the Client (ensures the pipeline was ran from within a specific GitLab/GitHub instance).
15
+ 1 . This API sends a request to a different workflow to unpack the image.
11
16
12
17
## Install
13
18
You can’t perform that action at this time.
0 commit comments