Skip to content

Commit

Permalink
feat(infra.ci.jenkins.io) rotate Jenkins Azure VM Service Principal (#…
Browse files Browse the repository at this point in the history
…648)

Ref. jenkins-infra/helpdesk#4000

This PR changes the end date of this service principal used by
infra.ci.jenkins.io to spin up Azure VM agents to rotate it (regular
routine)
  • Loading branch information
dduportal committed Mar 20, 2024
1 parent 1386ee9 commit 6b23db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra.ci.jenkins.io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ resource "azuread_service_principal" "infra_ci_jenkins_io" {
resource "azuread_application_password" "infra_ci_jenkins_io" {
application_id = azuread_application.infra_ci_jenkins_io.id
display_name = "infra.ci.jenkins.io-tf-managed"
end_date = "2024-03-22T00:00:00Z"
end_date = "2024-06-30T00:00:00Z"
}
# Allow Service Principal to manage AzureRM resources inside the agents resource groups
resource "azurerm_role_assignment" "infra_ci_jenkins_io_allow_azurerm" {
Expand Down

0 comments on commit 6b23db4

Please sign in to comment.