Skip to content

Feature: Support STACKIT IDP on stackit_ske_cluster #1514

@JanStern

Description

@JanStern

Problem description

The Portal exposes an Authentication option for SKE clusters to connect them to the STACKIT IdP ("STACKIT IDP: On"), but stackit_ske_cluster has no attribute to manage it. This forces a manual Portal/CLI step and causes drift.

Proposed solution

Add an option to toggle STACKIT IdP declaratively.
It is already part of the stackit-sdk-go and only needs to be surfaced.

Something like:

resource "stackit_ske_cluster" "example" {
  # ...
  authentication = {
    stackit_idp = true
  }
}

Alternative solutions (optional)

Additional information

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions