Andy Dyer
02/15/2021, 3:56 PMKyle Moon-Wright
02/15/2021, 4:39 PMmutation {
create_flow_run(
input: {
flow_id: "<MY_FLOW_ID>",
parameters: "{\"<TASK_NAME>\": \"<TASK_VALUE>\"}"
}
) {
id
}
}
Andy Dyer
02/15/2021, 4:40 PMKyle Moon-Wright
02/15/2021, 9:03 PM<https://api.prefect.io>
Andy Dyer
02/15/2021, 9:04 PMmutation {
create_api_token(input: { name: "ARBITARY_NAME", scope: TENANT }) {
token
}
}
would be getting forbidden from the prefect api. Am i messing up scoping ?Kyle Moon-Wright
02/16/2021, 1:44 AMAndy Dyer
02/16/2021, 5:50 PMKyle Moon-Wright
02/16/2021, 8:22 PMAndy Dyer
02/16/2021, 9:03 PMKyle Moon-Wright
02/16/2021, 9:58 PM