You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, you can use a GitHub App to access this desired state repository configured with `var.github_app_enabled`, `var.github_app_id`, and `var.github_app_installation_id`.
226
226
EOT
227
227
}
228
-
229
-
variable"github_app_enabled" {
230
-
type=bool
231
-
description="Whether to use GitHub App authentication for Argo CD repositories both for webhooks and syncing (depending on `var.github_deploy_keys_enabled`)"
232
-
default=false
233
-
}
234
-
235
-
variable"github_app_id" {
236
-
type=string
237
-
description="The ID of the GitHub App to use for Argo CD repository authentication"
238
-
default=null
239
-
}
240
-
241
-
variable"github_app_installation_id" {
242
-
type=string
243
-
description="The Installation ID of the GitHub App to use for Argo CD repository authentication"
244
-
default=null
245
-
}
246
-
247
-
variable"ssm_github_app_private_key" {
248
-
type=string
249
-
description="SSM path to the GitHub App private key for Argo CD repository authentication"
0 commit comments