Skip to content

Commit

Permalink
Ember 4 and pass-ui dependency updates (#317)
Browse files Browse the repository at this point in the history
* Ember 4 and pass-ui dependency updates

- updates to Ember 4 and upgrades all other pass-ui packages necessary to get there
- also includes adding setup for running pass-ui on host machine

* Update docker-compose.yml

* bump pass-ui sha with latest fixes to pass-ui tests and acceptance tests
  • Loading branch information
jaredgalanis authored Mar 28, 2023
1 parent cfb0fd0 commit 8c8451d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eclipse-pass.local_env
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ PASS_CORE_BASE_URL=https://pass.local
# Auth / Proxy config #############################
###################################################
IDP_HOST=https://pass.local
SAML_ENTRY_POINT="https://pass.local/idp/profile/SAML2/Redirect/SSO"
SAML_ENTRY_POINT="https://pass.local/idp/profile/SAML2/Redirect/SSO"
PASS_UI_URL=http://host.docker.internal:4200/
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
start_period: 30s

pass-ui:
image: ghcr.io/eclipse-pass/pass-ui:0.3.0@sha256:0834ad817e34aeca20991f03091a8fd178cfa57124d9cf27b1a8975359fa5aac
image: ghcr.io/eclipse-pass/pass-ui:0.4.0-SNAPSHOT@sha256:0814f5c6c56b8b01d92a7a40c94b80aefc4de4a7ff98207f143c955a4740d9f6
build:
context: ./ember
args:
Expand Down
2 changes: 2 additions & 0 deletions eclipse-pass.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
auth:
env_file:
- .eclipse-pass.local_env
extra_hosts:
- "host.docker.internal:host-gateway"

pass-core:
env_file:
Expand Down

0 comments on commit 8c8451d

Please sign in to comment.