Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: resource service account OIDC Identity #821

Merged
merged 11 commits into from
Nov 21, 2024

Conversation

domenicsim1
Copy link
Contributor

@domenicsim1 domenicsim1 commented Nov 20, 2024

Support for OIDC servicer account Identity.

resource "octopusdeploy_service_account_oidc_identity" "identity" {
  name = "Test"
  service_account_id = octopusdeploy_user.serviceuser.id
  issuer = "https://token.actions.githubusercontent.com"
  subject = "repo:notreal/test:environment:test"
} 
data "octopusdeploy_service_account_oidc_identity" "identity" {
  id = "ServiceAccountOidcIdentitys-5"
  service_account_id = "Users-21"
}

Copy link
Contributor

@denys-octopus denys-octopus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems straightforward from here 😄 👍

@domenicsim1 domenicsim1 merged commit 39fe8de into main Nov 21, 2024
22 checks passed
@domenicsim1 domenicsim1 deleted the feat/service_account_oidc branch November 21, 2024 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants