Skip to content

feat: Expose the OIDC Client secret. - #2373

Merged
matttrach merged 1 commit into
release/v15from
backport-2349-release-v15
Aug 11, 2026
Merged

feat: Expose the OIDC Client secret.#2373
matttrach merged 1 commit into
release/v15from
backport-2349-release-v15

Conversation

@github-actions

Copy link
Copy Markdown

This pull request cherry-picks the changes from #2349 into release/v15

Addresses #2351 for #2350

WARNING!: to avoid having to resolve merge conflicts this PR is generated with 'git cherry-pick -X theirs'.

Please make sure to carefully inspect this PR so that you don't accidentally revert anything!

Copied from main PR:

Specifically rancher/rancher#53639 (comment)

Description

The secret is exposed as a computed/sensitive value client_secret.

Testing

Create an OIDC Client and output the client_secret...

output "test_client_secret" {
  description = "OIDC Client Secret"
  value       = rancher2_oidc_client.oidc-client-test.client_secret
  sensitive = true
}
terraform output test_client_secret
secret-<redacted>

Not a breaking change.

The OIDC Client secret is exposed as a computed/sensitive value client_secret.

Signed-off-by: Kevin McDermott <kevin.mcdermott@suse.com>
Co-authored-by: Matt Trachier <matt.trachier@suse.com>
(cherry picked from commit 23013e1)
@github-actions github-actions Bot added internal/pr-backport This PR is back porting code to a release branch. release/v15 Targets release v15.x correlating to Rancher's v2.15.x labels Aug 11, 2026
@matttrach
matttrach merged commit 97a08e3 into release/v15 Aug 11, 2026
9 checks passed
@matttrach
matttrach deleted the backport-2349-release-v15 branch August 11, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal/pr-backport This PR is back porting code to a release branch. release/v15 Targets release v15.x correlating to Rancher's v2.15.x

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants