fix(ci): correct core-cli auth + S3 backend config for CI runner (iterate)

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent f16f439feb
commit df9d9845c0
3 changed files with 12 additions and 11 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ resource "authentik_group" "authentik_admins" {
name = "authentik Admins"
parent = null
roles = null
users = [5, 4]
users = [5, 4, 38]
}
# __generated__ by Terraform from "5"
@@ -137,7 +137,7 @@ resource "authentik_application" "core_cli_app" {
name = "core-cli"
open_in_new_tab = false
policy_engine_mode = "any"
protocol_provider = 0
protocol_provider = authentik_provider_oauth2.core_cli_provider.id
slug = "core-cli"
uuid = "f15c69b4-414b-49da-9e65-eef0a0dbf1ee"
}