This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
generated from JupiterOne-Archives/integration-template
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INT-9927: propagate run service metadata to entity
- Loading branch information
1 parent
1147cdd
commit a5b94a6
Showing
4 changed files
with
42 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -310,6 +310,15 @@ exports[`#createCloudRunServiceEntity should convert to entity 1`] = ` | |
"function": [ | ||
"workload-management", | ||
], | ||
"metaClientName": "cloud-console", | ||
"metaCreator": "[email protected]", | ||
"metaIngress": "all", | ||
"metaIngressStatus": "all", | ||
"metaLastModifier": "[email protected]", | ||
"metaLaunchStage": "BETA", | ||
"metaMaxScale": "100", | ||
"metaSandbox": "gvisor", | ||
"metaUserImage": "us-docker.pkg.dev/cloudrun/container/hello", | ||
"name": "example-cloud-run-service", | ||
"webLink": "https://console.cloud.google.com/run/detail/us-central1/example-cloud-run-service", | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,6 +120,15 @@ exports[`#fetchCloudRunConfigurations should collect data 1`] = ` | |
"function": [ | ||
"workload-management", | ||
], | ||
"metaClientName": "cloud-console", | ||
"metaCreator": "[email protected]", | ||
"metaIngress": "all", | ||
"metaIngressStatus": "all", | ||
"metaLastModifier": "[email protected]", | ||
"metaLaunchStage": "BETA", | ||
"metaMaxScale": "100", | ||
"metaSandbox": "gvisor", | ||
"metaUserImage": "us-docker.pkg.dev/cloudrun/container/hello", | ||
"name": "example-cloud-run-service", | ||
"webLink": "https://console.cloud.google.com/run/detail/us-central1/example-cloud-run-service", | ||
}, | ||
|
@@ -368,6 +377,15 @@ exports[`#fetchCloudRunRoutes should collect data 1`] = ` | |
"function": [ | ||
"workload-management", | ||
], | ||
"metaClientName": "cloud-console", | ||
"metaCreator": "[email protected]", | ||
"metaIngress": "all", | ||
"metaIngressStatus": "all", | ||
"metaLastModifier": "[email protected]", | ||
"metaLaunchStage": "BETA", | ||
"metaMaxScale": "100", | ||
"metaSandbox": "gvisor", | ||
"metaUserImage": "us-docker.pkg.dev/cloudrun/container/hello", | ||
"name": "example-cloud-run-service", | ||
"webLink": "https://console.cloud.google.com/run/detail/us-central1/example-cloud-run-service", | ||
}, | ||
|
@@ -594,6 +612,15 @@ exports[`#fetchCloudRunServices should collect data 1`] = ` | |
"function": [ | ||
"workload-management", | ||
], | ||
"metaClientName": "cloud-console", | ||
"metaCreator": "[email protected]", | ||
"metaIngress": "all", | ||
"metaIngressStatus": "all", | ||
"metaLastModifier": "[email protected]", | ||
"metaLaunchStage": "BETA", | ||
"metaMaxScale": "100", | ||
"metaSandbox": "gvisor", | ||
"metaUserImage": "us-docker.pkg.dev/cloudrun/container/hello", | ||
"name": "example-cloud-run-service", | ||
"webLink": "https://console.cloud.google.com/run/detail/us-central1/example-cloud-run-service", | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters