mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add keys to organization provision daemons (#14627)
This commit is contained in:
@ -2311,6 +2311,7 @@ type ProvisionerDaemon struct {
|
||||
// The API version of the provisioner daemon
|
||||
APIVersion string `db:"api_version" json:"api_version"`
|
||||
OrganizationID uuid.UUID `db:"organization_id" json:"organization_id"`
|
||||
KeyID uuid.UUID `db:"key_id" json:"key_id"`
|
||||
}
|
||||
|
||||
type ProvisionerJob struct {
|
||||
|
Reference in New Issue
Block a user