Skip to content

Commit 2643258

Browse files
yashmehrotramoshloop
authored andcommitted
chore: update playbook exec actions
1 parent 23d3242 commit 2643258

File tree

1 file changed

+37
-5
lines changed
  • mission-control/docs/guide/playbooks/actions

1 file changed

+37
-5
lines changed

mission-control/docs/guide/playbooks/actions/exec.mdx

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,43 @@ exec:
7171
Exec connections allow you to specify credentials for a list of CLI tools that are needed by your scripts. Eg: You can specify the AWS connection name and the credential files along with the necessary environment variables
7272
will be setup on the host running the script.
7373

74-
| Field | Description | Type | Required |
75-
| ------- | ---------------- | --------------------------------------------------------------- | -------- |
76-
| `aws` | AWS connection | [`AWSConnection`](/reference/connections/aws) | |
77-
| `gcp` | GCP connection | [`GCPConnection`](/reference/connections/gcp) | |
78-
| `azure` | Azure connection | [`AzureConnection`](/reference/connections/azure) | |
74+
<Fields rows={[
75+
{
76+
field: "aws",
77+
description: "AWS connection",
78+
scheme: "[AWSConnection](/reference/connections/aws)",
79+
},
80+
{
81+
field: "gcp",
82+
description: "GCP connection",
83+
scheme: "[GCPConnection](/reference/connections/gcp)",
84+
},
85+
{
86+
field: "azure",
87+
description: "Azure connection",
88+
scheme: "[AzureConnection](/reference/connections/azure)",
89+
},
90+
{
91+
field: "kubernetes",
92+
description: "Kubernetes connection",
93+
scheme: "[KubernetesConnection](/reference/connections/kubernetes)",
94+
},
95+
{
96+
field: "eksPodIdentity",
97+
description: "EKSPodIdentity when enabled will allow access to AWS_* env vars",
98+
scheme: "bool",
99+
},
100+
{
101+
field: "serviceAccount",
102+
description: "ServiceAccount when enabled will allow access to KUBERNETES env vars",
103+
scheme: "bool",
104+
},
105+
{
106+
field: "fromConfigItem",
107+
description: "Fetch connection from a Config item's scraper",
108+
scheme: "uuid",
109+
}
110+
]}/>
79111

80112
### Artifacts
81113

0 commit comments

Comments
 (0)