diff --git a/application/src/main/resources/extensions/role-template-authenticated.yaml b/application/src/main/resources/extensions/role-template-authenticated.yaml index 03055e067..2c2bf3bd5 100644 --- a/application/src/main/resources/extensions/role-template-authenticated.yaml +++ b/application/src/main/resources/extensions/role-template-authenticated.yaml @@ -127,7 +127,7 @@ metadata: halo.run/hidden: "true" rules: - apiGroups: [ "api.security.halo.run" ] - resources: [ "authentications", "authentications/totp" ] + resources: [ "authentications", "authentications/totp", "authentications/settings" ] verbs: [ "*" ] --- apiVersion: v1alpha1