Skip to content
Snippets Groups Projects
Commit 77792643 authored by Arie Peterson's avatar Arie Peterson
Browse files

Test as part of Stackspin

parent 7ceec110
No related branches found
No related tags found
1 merge request!153Resolve "Support enforcing 2FA"
Pipeline #43212 passed with stages
in 4 minutes and 58 seconds
# Changelog # Changelog
## Unreleased
- Allow enforcing 2fa.
- Fix logout to include hydra post-logout.
## [0.8.3] ## [0.8.3]
- Introduce backend code for resetting 2FA, and add cli command for that. - Introduce backend code for resetting 2FA, and add cli command for that.
......
...@@ -23,4 +23,4 @@ name: stackspin-dashboard ...@@ -23,4 +23,4 @@ name: stackspin-dashboard
sources: sources:
- https://open.greenhost.net/stackspin/dashboard/ - https://open.greenhost.net/stackspin/dashboard/
- https://open.greenhost.net/stackspin/dashboard-backend/ - https://open.greenhost.net/stackspin/dashboard-backend/
version: 1.8.3 version: 1.8.4-integration
...@@ -68,7 +68,7 @@ dashboard: ...@@ -68,7 +68,7 @@ dashboard:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard repository: stackspin/dashboard/dashboard
tag: 0.8.3 tag: 177-support-enforcing-2fa
digest: "" digest: ""
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
...@@ -236,7 +236,7 @@ backend: ...@@ -236,7 +236,7 @@ backend:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/dashboard-backend repository: stackspin/dashboard/dashboard-backend
tag: 0.8.3 tag: 177-support-enforcing-2fa
digest: "" digest: ""
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace. ## Secrets must be manually created in the namespace.
...@@ -723,7 +723,7 @@ tests: ...@@ -723,7 +723,7 @@ tests:
image: image:
registry: open.greenhost.net:4567 registry: open.greenhost.net:4567
repository: stackspin/dashboard/cypress-test repository: stackspin/dashboard/cypress-test
tag: 0.8.3 tag: 177-support-enforcing-2fa
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
credentials: credentials:
user: "" user: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment