Skip to content

Commit

Permalink
chore: resolve rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
patlo-iog committed Apr 29, 2024
1 parent ee036a9 commit e08ae2d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion examples/.nickel/root.ncl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ in

st-oidc4vc =
(stack.makeAgentStack { name = "issuer", port = 8080 })
& (stack.makeMockServerStack { port = 5000 })
& (stack.makeMockServerStack { port = 7777 })
& (
stack.makeIssuerKeycloakStack
{
Expand Down
2 changes: 1 addition & 1 deletion examples/.nickel/versions.ncl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
# identus
agent = "1.30.1-SNAPSHOT",
agent = "1.31.0-SNAPSHOT",
node = "2.2.1",
# 3rd party
caddy = "2.7.6-alpine",
Expand Down
2 changes: 1 addition & 1 deletion examples/mt-keycloak-vault/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
SECRET_STORAGE_BACKEND: vault
VAULT_ADDR: http://vault-default:8200
VAULT_TOKEN: admin
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
caddy-default:
configs:
Expand Down
2 changes: 1 addition & 1 deletion examples/mt-keycloak/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
PRISM_NODE_PORT: '50053'
REST_SERVICE_URL: http://caddy-default:8080/prism-agent
SECRET_STORAGE_BACKEND: postgres
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
caddy-default:
configs:
Expand Down
2 changes: 1 addition & 1 deletion examples/mt/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
PRISM_NODE_PORT: '50053'
REST_SERVICE_URL: http://caddy-default:8080/prism-agent
SECRET_STORAGE_BACKEND: postgres
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
caddy-default:
configs:
Expand Down
6 changes: 3 additions & 3 deletions examples/st-multi/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
PRISM_NODE_PORT: '50053'
REST_SERVICE_URL: http://caddy-holder:8081/prism-agent
SECRET_STORAGE_BACKEND: postgres
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
agent-issuer:
depends_on:
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
PRISM_NODE_PORT: '50053'
REST_SERVICE_URL: http://caddy-issuer:8080/prism-agent
SECRET_STORAGE_BACKEND: postgres
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
agent-verifier:
depends_on:
Expand Down Expand Up @@ -133,7 +133,7 @@ services:
PRISM_NODE_PORT: '50053'
REST_SERVICE_URL: http://caddy-verifier:8082/prism-agent
SECRET_STORAGE_BACKEND: postgres
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
caddy-holder:
configs:
Expand Down
5 changes: 1 addition & 4 deletions examples/st-oidc4vc/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
---

configs:
caddyfile_issuer:
content: |-
Expand All @@ -17,7 +15,6 @@ configs:
reverse_proxy vault-issuer:8200
}
}
services:
agent-issuer:
depends_on:
Expand Down Expand Up @@ -46,7 +43,7 @@ services:
PRISM_NODE_PORT: '50053'
REST_SERVICE_URL: http://caddy-issuer:8080/prism-agent
SECRET_STORAGE_BACKEND: postgres
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
caddy-issuer:
configs:
Expand Down
2 changes: 1 addition & 1 deletion examples/st-vault/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
SECRET_STORAGE_BACKEND: vault
VAULT_ADDR: http://vault-issuer:8200
VAULT_TOKEN: admin
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
caddy-issuer:
configs:
Expand Down
2 changes: 1 addition & 1 deletion examples/st/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
PRISM_NODE_PORT: '50053'
REST_SERVICE_URL: http://caddy-issuer:8080/prism-agent
SECRET_STORAGE_BACKEND: postgres
image: ghcr.io/input-output-hk/prism-agent:1.30.1-SNAPSHOT
image: ghcr.io/input-output-hk/prism-agent:1.31.0-SNAPSHOT
restart: always
caddy-issuer:
configs:
Expand Down

0 comments on commit e08ae2d

Please sign in to comment.