Skip to content

Commit

Permalink
imageBuilder: Add analytics API keys
Browse files Browse the repository at this point in the history
This adds segment analytics API keys to the Image Builder module.
  • Loading branch information
regexowl committed Oct 3, 2024
1 parent 1ccca20 commit 1462e1a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/beta/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,9 @@
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"analytics": {
"APIKey": "BUodNImBEk7R2M3evAYs0v7i8d86Nhkm"
},
"modules": [
{
"id": "image-builder",
Expand Down
3 changes: 3 additions & 0 deletions static/beta/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,9 @@
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"analytics": {
"APIKey": "TwoYxKFzxr4fHN171gmcNoLnxXdzF8b6"
},
"modules": [
{
"id": "image-builder",
Expand Down
3 changes: 3 additions & 0 deletions static/stable/prod/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,9 @@
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"analytics": {
"APIKey": "BUodNImBEk7R2M3evAYs0v7i8d86Nhkm"
},
"config": {
"supportCaseData": {
"product": "Red Hat Insights",
Expand Down
3 changes: 3 additions & 0 deletions static/stable/stage/modules/fed-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,9 @@
},
"imageBuilder": {
"manifestLocation": "/apps/image-builder/fed-mods.json",
"analytics": {
"APIKey": "TwoYxKFzxr4fHN171gmcNoLnxXdzF8b6"
},
"config": {
"supportCaseData": {
"product": "Red Hat Insights",
Expand Down

0 comments on commit 1462e1a

Please sign in to comment.