Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"+8": "0.0.0",
"backend/auth-daemon": "0.1.0",
"backend/identity-mapper": "0.1.1",
"backend/auth-gateway": "0.1.0"
"backend/auth-gateway": "0.1.1"
}
7 changes: 7 additions & 0 deletions backend/auth-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/DiamondLightSource/workflows/compare/auth-gateway@v0.1.0...auth-gateway@v0.1.1) (2026-07-27)


### Features

* **auth-broker:** implement auth-broker package ([92e14bf](https://github.com/DiamondLightSource/workflows/commit/92e14bf1c0534dce7e45ab15ff9653d131066909))

## 0.1.0 (2026-07-09)


Expand Down
2 changes: 1 addition & 1 deletion backend/auth-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auth-gateway"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
default-run = "auth-gateway"
license-file = "../../LICENSE"
Expand Down
5 changes: 2 additions & 3 deletions charts/dashboard/staging-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ configuration:
graphUrl: https://staging.workflows.diamond.ac.uk/api
graphWsUrl: wss://staging.workflows.diamond.ac.uk/api/ws
sourceDir: /usr/share/nginx/html
useAuthGateway: "true"
useAuthGateway: 'true'
authGatewayLoginUrl: https://staging.workflows.diamond.ac.uk/auth/login

ingress:
hosts:
- host: staging.workflows.diamond.ac.uk
Expand Down Expand Up @@ -36,7 +35,7 @@ authGateway:
image:
registry: ghcr.io
repository: diamondlightsource/workflows-auth-gateway
tag: 0.1.0
tag: 0.1.1
digest: sha256:61fbf15f304ac13a5e8f1a24a65c1f53adae60d20142ff8d88da4510b5a4e9cf
pullPolicy: IfNotPresent
pullSecrets: []
Expand Down
Loading