From ea6fe1da5d980e0f329c8b3abfa19d25400f366c Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Fri, 5 Nov 2021 22:16:34 +0100 Subject: Stop using an admin endpoint by default With V3 of the identity API, we no longer need to have a dedicated admin endpoint, so stop requesting one by default, allowing deployments to actually work without one. Signed-off-by: Dr. Jens Harbott Change-Id: I96cc9c14008bcc59992d06c89f8f50895390f11e --- .../notes/switch-default-interface-v3-dcd7167196ace531.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml b/releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml new file mode 100644 index 0000000..90709c0 --- /dev/null +++ b/releasenotes/notes/switch-default-interface-v3-dcd7167196ace531.yaml @@ -0,0 +1,7 @@ +--- +features: + - | + For sessions using the v3 Identity API, the default interface has been + switched from ``admin`` to ``public``. This allows deployments to get rid + of the admin endpoint, which functionally is no longer necessary with the + v3 API. -- cgit v1.2.1