Skip to content

Commit

Permalink
Add service account env vars to insights test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismeyersfsu committed Jan 10, 2025
1 parent c8f4ef4 commit 9e04332
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion awx/main/tests/data/inventory/plugins/insights/env.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"INSIGHTS_USER": "fooo",
"INSIGHTS_PASSWORD": "fooo"
"INSIGHTS_PASSWORD": "fooo",
"INSIGHTS_CLIENT_ID": "fooo",
"INSIGHTS_CLIENT_SECRET": "fooo"
}

0 comments on commit 9e04332

Please sign in to comment.