-
Couldn't load subscription status.
- Fork 42
Add an auth provider for issuing tokens to device creation #717
Description
User Story
As a developer/operator I want to add an auth token to my custom iPXE url that machines boot against.
Detailed Description
I am developing a product and would like to have some application layer security for my provisioning process. I want to add a token to my iPXE url that will be validated before issuing the instructions to a device in Metal.
To facilitate this I'd like to add support for an auth provider that can be called to retrieve a token to use for a device creation request.
Anything else you would like to add:
I've validated that I can pass query parameters to an iPXE server from the URL field in a device creation request.
/kind feature