Skip to content

Commit 57fb6be

Browse files
committed
Add security note to Terraform variable files for JIT API credentials
- Included a reminder in both `terraform.tfvars` files for organization and single account examples to never commit sensitive values to the repository and to supply them in a secured way. - This change enhances security awareness for users configuring JIT API credentials.
1 parent a6ea2ba commit 57fb6be

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/integrations/aws_integration_automation/examples/aws_organization/terraform.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# JIT API Credentials
22
# Follow the guide here - https://docs.jit.io/reference/credentials
33
# Create creds using "Engineering Manager" role
4+
# Never commit these values to the repository, Supply them in a secured way.
45
jit_client_id = "JIT_API_KEY_CLIENT_ID"
56
jit_secret = "JIT_API_KEY_SECRET"
67

src/integrations/aws_integration_automation/examples/single_account/terraform.tfvars

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# JIT API Credentials
22
# Follow the guide here - https://docs.jit.io/reference/credentials
33
# Create creds using "Engineering Manager" role
4+
# Never commit these values to the repository, Supply them in a secured way.
45
jit_client_id = "JIT_API_KEY_CLIENT_ID"
56
jit_secret = "JIT_API_KEY_SECRET"
67

0 commit comments

Comments
 (0)