Skip to content

Commit 9518210

Browse files
Make Metalk8s UI a public client
1 parent 1372479 commit 9518210

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/developer/running/ui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This will allow you to register localhost:8084 as a valid authentication
3939
redirectURIs:
4040
- https://<bootstrap_control_plane_ip>:8443/
4141
- http://localhost:8084/
42-
secret: ybrMJpVMQxsiZw26MhJzCjA2ut
42+
public: true
4343
4444
You can retrieve the ``bootstrap_control_plane_ip`` by running:
4545

salt/metalk8s/addons/dex/config/dex.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
name: MetalK8s UI
7878
redirectURIs:
7979
- {{ control_plane_ingress_ep }}/{{ metalk8s_ui_config.spec.basePath.lstrip('/') }}
80-
secret: ybrMJpVMQxsiZw26MhJzCjA2ut
80+
public: true
8181
- id: grafana-ui
8282
name: Grafana UI
8383
redirectURIs:

0 commit comments

Comments
 (0)