Florian Kühnlenz
Florian Kühnlenz
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...
### Bug summary ```python from prefect.blocks.core import Block from prefect.testing.utilities import prefect_test_harness with prefect_test_harness(): class MyBlock(Block): setting_1: str = "foo" blk1 = MyBlock(setting_1 = "bar") blk1.save("a-block") # redefining the block...
Hi, is it possible to configure authentication via kerberos ticket?
is it possible to use an existing Kerberos Ticket for authentication?
### Bug summary When configuring a teams web hook block using the new workflow based method from microsoft and creating an automation to notify on certain events, the notification does...