We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2a6b9 commit 2748dafCopy full SHA for 2748daf
src/plugins/auth.ts
@@ -17,12 +17,12 @@ import {
17
const CONFIG_SECRET_NAME = "infra-events-api-config" as const;
18
const AzureRoleMapping: Record<RunEnvironment, Record<string, AppRoles[]>> = {
19
prod: {
20
- "AutonomousWriters": [AppRoles.MANAGER]
+ AutonomousWriters: [AppRoles.MANAGER],
21
},
22
dev: {
23
24
25
-}
+};
26
27
const GroupRoleMapping: Record<RunEnvironment, Record<string, AppRoles[]>> = {
28
0 commit comments