The Keymanager API is a standardized REST API for managing validator keys, supported by all Ethereum consensus clients.
A recent addition to the API introduced support for obtaining signed voluntary exit messages:
ethereum/keymanager-APIs#58
The ejector could potentially use the new endpoint as a replacement for the custom VALIDATOR_EXIT_WEBHOOK mechanism, leading to a very simple integration setup for all operators.
The Keymanager API is a standardized REST API for managing validator keys, supported by all Ethereum consensus clients.
A recent addition to the API introduced support for obtaining signed voluntary exit messages:
ethereum/keymanager-APIs#58
The ejector could potentially use the new endpoint as a replacement for the custom
VALIDATOR_EXIT_WEBHOOKmechanism, leading to a very simple integration setup for all operators.