mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +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