Commits on Source (88)
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
Added voms-clients-java
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
Certificates removed: * 5.pem * 6.pem * 9.pem
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
the nginx.repo file is copied in the container only if it is necessary
-
lcappelli authored
-
lcappelli authored
The nginx.repo file is needed to install the njs module
-
lcappelli authored
Deleted a part related to an unspoorted feture
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
The nginx used in this branch is the last stable one and not a version compiled by us. To run it inside a container without the root privileges, we have to adapt some configuration in the nginx.conf file. See https://hub.docker.com/_/nginx at section "Running nginx as a non-root user"
-
lcappelli authored
Comments related to the previous commit
-
lcappelli authored
-
Laura Cappelli authored
Use nginx with njs instead of openresty with lua See merge request storm2/ngx_http_voms_module!23
-
lcappelli authored
-
lcappelli authored
The first push of the new image was needed before linking it
-
lcappelli authored
Patch added at the spec file copied from http://nginx.org/packages/centos/7/SRPMS/
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
lcappelli authored
-
Laura Cappelli authored
Resolve "Update nginx version to 1.24.0" Closes #31 See merge request storm2/ngx_http_voms_module!24
-
lcappelli authored
From the baltig group storm2 to the group cnafsd
-
lcappelli authored
-
Luca Bassi authored
make_iterator_range_n was introduced in Boost 1.56.0 https://github.com/boostorg/range/commit/70256bd8b04036eb9c5db12bc603f84fa8a35541
-
Francesco Giacomini authored
Fix redefinition of make_iterator_range_n in newer versions of Boost See merge request !25
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Luca Bassi authored
-
Francesco Giacomini authored
There are at least two places in ngx_http_parse.c where the patch can apply, so be sure to apply it only once. As extra safety, save a backup of that file and print a diff at the end. Return to the original directory at the end.
-
Francesco Giacomini authored
Do not restore a working directory at the end of the function, since there was no previous directory change.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
Migration to EL9 See merge request !26
-
Francesco Giacomini authored
Merge it with eec_cert1.t.
-
Francesco Giacomini authored
Note how the response is not hardcoded, but is computed from the used certificate.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
eec_subject2 subsumes eec_cert2.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
The conf.d directory contains the configurations for the various CA and EE certificates, starting from the x509-scripts repo.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
All certificates and proxies are now created on demand using a throw-away CA and voms-proxy-fake.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
They are faster and they provide a easier-to-use standalone voms-proxy-fake. Moreover the Java clients have some issues at the moment and its equivalent of voms-proxy-fake doesn't work well.
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
-
Francesco Giacomini authored
Resolve "Use a throw-away CA for the tests" Closes #34 See merge request !27
Showing
- .devcontainer/Dockerfile 4 additions, 7 deletions.devcontainer/Dockerfile
- .devcontainer/README.md 53 additions, 0 deletions.devcontainer/README.md
- .devcontainer/assets/build-library.sh 62 additions, 0 deletions.devcontainer/assets/build-library.sh
- .devcontainer/library-scripts/provide-dev-deps.sh 6 additions, 17 deletions.devcontainer/library-scripts/provide-dev-deps.sh
- .devcontainer/library-scripts/provide-user.sh 1 addition, 1 deletion.devcontainer/library-scripts/provide-user.sh
- .devcontainer/nginx.repo 0 additions, 15 deletions.devcontainer/nginx.repo
- .gitignore 11 additions, 1 deletion.gitignore
- .gitlab-ci.yml 57 additions, 29 deletions.gitlab-ci.yml
- README.md 48 additions, 40 deletionsREADME.md
- config.make 1 addition, 1 deletionconfig.make
- docker/.env 1 addition, 1 deletiondocker/.env
- docker/Dockerfile 20 additions, 12 deletionsdocker/Dockerfile
- docker/library-scripts/provide-deps.sh 10 additions, 6 deletionsdocker/library-scripts/provide-deps.sh
- docker/library-scripts/provide-user.sh 1 addition, 1 deletiondocker/library-scripts/provide-user.sh
- docker/nginx.repo 2 additions, 2 deletionsdocker/nginx.repo
- rpm/addPatchToNginxSpec.sh 32 additions, 0 deletionsrpm/addPatchToNginxSpec.sh
- rpm/build-httpg-nginx-rpm.sh 0 additions, 31 deletionsrpm/build-httpg-nginx-rpm.sh
- rpm/build-voms-rpm.sh 0 additions, 29 deletionsrpm/build-voms-rpm.sh
- rpm/nginx-module-http-voms.spec 11 additions, 5 deletionsrpm/nginx-module-http-voms.spec
- rpm/nginx.spec 0 additions, 690 deletionsrpm/nginx.spec
.devcontainer/README.md
0 → 100644
.devcontainer/assets/build-library.sh
0 → 100644
.devcontainer/nginx.repo
deleted
100644 → 0
rpm/addPatchToNginxSpec.sh
0 → 100755
rpm/build-httpg-nginx-rpm.sh
deleted
100644 → 0
rpm/build-voms-rpm.sh
deleted
100644 → 0
rpm/nginx.spec
deleted
100644 → 0
This diff is collapsed.