Merge pull request 'Import the stranded artifactapi access binding' (#35) from benvin/fix-artifactapi-policy-binding into main
ci/woodpecker/push/apply Pipeline failed

Reviewed-on: #35
This commit was merged in pull request #35.
This commit is contained in:
2026-09-08 00:11:37 +10:00
+7
View File
@@ -284,6 +284,13 @@ resource "authentik_policy_binding" "app_access" {
order = 0
}
# Created server-side, but its post-create read-back hit the Authentik Postgres
# read replica before the row replicated and 404'd, so it never reached state.
import {
to = authentik_policy_binding.app_access["akP-artifactapi-admin"]
id = "c9f22628-d48c-477b-b9ac-a952c7d081ce"
}
# Service accounts: non-human identities for automation. Kept out of the group
# hierarchy above (which models human app access) and given capabilities through
# RBAC roles instead.