UNCLASSIFIED - NO CUI

Skip to content

Deploy OIDC for auth per environment

Julian Hair requested to merge deploy-oidc-for-envs into main

General MR

Summary

This MR is for deploying OIDC runner auth per environment using .tfvars and .tfbackend

terraform init -backend-config=environments/dogfood.tfbackend

terraform plan -var-file=environments/dogfood.tfvars

Relevant logs/screenshots

terraform apply -var-file=environments/dogfood.tfvars tested

Screenshot_2024-10-17_at_12.00.08_PM

Linked Issue

deploy OIDC component for the runners autonomously in a separate repository possibily or use environments

Upgrade Notices

(Include any relevant notes about upgrades here or write "N/A" if there are none)

Edited by Julian Hair

Merge request reports