Trent Telfer
05/21/2024, 8:07 PMChris White
/block_documents/
route, but it's a bit messy). We are planning to make secret management more transparent in the near future, so will most likely expose more straightforward APIs/CLIs for thisTrent Telfer
05/22/2024, 2:20 AMChris White
from prefect.blocks.system import Secret
s = Secret(value="my-secret-value")
await s.save(name="my-test-secret")
^^^ if you're able to print the requests made under the hood there you can recreate the API call pattern; I won't be able to take it that far until this eveningTrent Telfer
05/22/2024, 5:49 PM