File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
lapis-docs/src/content/docs/maintainer-docs/references Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ jobs:
142142 docker compose logs siloPreprocessingMultisegmented > e2e-logs/siloPreprocessingMultisegmented.log
143143 docker compose logs lapisOpen > e2e-logs/lapisOpen.log
144144 docker compose logs lapisMultiSegmented > e2e-logs/lapisMultiSegmented.log
145- docker compose logs lapisOpenPublicKey > e2e-logs/lapisOpenPublicKey .log
146- docker compose logs lapisOpenJwkSetUri > e2e-logs/lapisOpenJwkSetUri .log
147- docker compose logs lapisOpenIssuerUri > e2e-logs/lapisOpenIssuerUri .log
145+ docker compose logs lapisPublicKey > e2e-logs/lapisPublicKey .log
146+ docker compose logs lapisJwkSetUri > e2e-logs/lapisJwkSetUri .log
147+ docker compose logs lapisIssuerUri > e2e-logs/lapisIssuerUri .log
148148 docker compose logs keycloak > e2e-logs/keycloak.log
149149 env :
150150 SILO_TAG : 0.8.5
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ and LAPIS will auto-discover the JWK Set URI via the `.well-known/openid-configu
5959For testing or air-gapped environments, you can provide a PEM-encoded RSA public key file:
6060
6161``` bash
62- --spring.security.oauth2.resourceserver.jwt.public-key-location=/path/to/public_key.pem
62+ --spring.security.oauth2.resourceserver.jwt.public-key-location=file: /path/to/public_key.pem
6363```
6464
6565** When to use:**
Original file line number Diff line number Diff line change @@ -75,12 +75,12 @@ services:
7575 target : /workspace/reference_genomes.json
7676 read_only : true
7777
78- lapisOpenPublicKey :
78+ lapisPublicKey :
7979 image : ghcr.io/genspectrum/lapis:${LAPIS_TAG}
8080 platform : linux/amd64
8181 ports :
8282 - " 8095:8080"
83- command : --silo.url=http://silo:8081 --spring.security.oauth2.resourceserver.jwt.public-key-location=/workspace/test_public_key.pem
83+ command : --silo.url=http://silo:8081 --spring.security.oauth2.resourceserver.jwt.public-key-location=file: /workspace/test_public_key.pem
8484 volumes :
8585 - type : bind
8686 source : ../lapis-e2e/testData/singleSegmented/testDatabaseConfig.yaml
@@ -95,7 +95,7 @@ services:
9595 target : /workspace/test_public_key.pem
9696 read_only : true
9797
98- lapisOpenJwkSetUri :
98+ lapisJwkSetUri :
9999 image : ghcr.io/genspectrum/lapis:${LAPIS_TAG}
100100 platform : linux/amd64
101101 ports :
@@ -116,7 +116,7 @@ services:
116116 keycloak :
117117 condition : service_healthy
118118
119- lapisOpenIssuerUri :
119+ lapisIssuerUri :
120120 image : ghcr.io/genspectrum/lapis:${LAPIS_TAG}
121121 platform : linux/amd64
122122 ports :
You can’t perform that action at this time.
0 commit comments