Skip to content

Synchronise 2026.1 with upstream#282

Open
github-actions[bot] wants to merge 4 commits into
stackhpc/2026.1from
upstream/2026.1-2026-06-08
Open

Synchronise 2026.1 with upstream#282
github-actions[bot] wants to merge 4 commits into
stackhpc/2026.1from
upstream/2026.1-2026-06-08

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 8, 2026

Copy link
Copy Markdown

This PR contains a snapshot of 2026.1 from upstream stable/2026.1.

mnasiadka and others added 4 commits May 19, 2026 07:56
Change-Id: I8f85a9f5ed60040f9c89b8750d267ee75e656fe5
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
(cherry picked from commit f7ddcfd)
During nodegroup creation, Cluster label dict is assigned directly
to the nodegroup and then updated with new labels.

This has the effect of changing the Cluster labels which is not
the desired change.

Closes-bug: #2129739
Change-Id: I3c4f8e2fb0f7620ecb39c882aaf2d3bec1cb1eae
Co-authored-by: Sam Morrison <sorrison@gmail.com>
Signed-off-by: Dale Smith <dale@catalystcloud.nz>
(cherry picked from commit 34283af)
Keystone CVE-2026-43000 blocks all application credential tokens
(including unrestricted ones) from managing trusts. When a federated
user authenticates via an application credential and then requests a
cluster, Magnum's trust creation now fails with HTTP 403 and an
opaque TrustCreateFailed error that gives no guidance.

Compatible with pre-CVE Keystone: the trust creation is attempted
regardless; unrestricted application credentials continue to work
on older Keystone deployments that allow them.

Change-Id: I089f7948eae19ba6b263a8bb428be9d6b9e65109
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
Add a `needs_trust` class attribute (default `True`) to the base
`Driver` class so drivers can declare they do not require a Keystone
trustee/trust.

In-tree Heat-based drivers continue to create trusts by default;
out-of-tree drivers using Kubernetes Cluster API can set
`needs_trust = False` to skip the trust lifecycle entirely.

This can help alleviate the recent Keystone CVE changes and allow
using an unrestricted application credential for creating a cluster
which doesn't need a Keystone trust established.

Change-Id: I53afb4139d320737007a58c0b1a750932e0b5c3e
Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
@github-actions github-actions Bot requested a review from a team as a code owner June 8, 2026 08:04
@github-actions github-actions Bot added automated Automated action performed by GitHub Actions synchronisation labels Jun 8, 2026
@priteau priteau closed this Jun 8, 2026
@priteau priteau reopened this Jun 8, 2026
@mnasiadka

Copy link
Copy Markdown
Member

I'd say we don't need that fork, what's the reason we're merging this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated action performed by GitHub Actions synchronisation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants