feat(automate): allow function authors to regenerate function tokens (#5057)
* feat(automate): expose function regeneration endpoint * chore(automate): remember to call the function * fix(automate): use correct auth code action * fix(automate): token regenerate policy * fix(automate): expose function regen token policy * feat(automate): workspace automation settings tab * feat(automate): function token regeneration dialog * fix(automate): improve gql usage in vue components * chore(authz): tests for automate function policies * fix(automate): use paginated query * fix(automate): resolve initial result
This commit is contained in:
@@ -2,6 +2,7 @@ import { defineModuleLoaders } from '@/modules/loaders'
|
||||
import { LoaderUnsupportedError } from '@/modules/shared/errors'
|
||||
|
||||
export default defineModuleLoaders(() => ({
|
||||
getAutomateFunction: async () => null,
|
||||
getWorkspace: async () => {
|
||||
throw new LoaderUnsupportedError()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user