OPC # 0007: Patch FDEV provisioning for local aspire development
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -24,6 +24,11 @@ public class SagaContext
|
||||
// Written by LaunchStep — primary app container name
|
||||
public string? ContainerName { get; set; }
|
||||
|
||||
// Written by VaultStep — scoped periodic token for the tenant (not the root token)
|
||||
// and its accessor used for compensation/revocation
|
||||
public string? VaultToken { get; set; }
|
||||
public string? VaultTokenAccessor { get; set; }
|
||||
|
||||
// Written by PulumiStep (DedicatedVM/Enterprise tier) — target host details for subsequent steps
|
||||
public string? VmIpAddress { get; set; }
|
||||
public string? VmSshKeyPath { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user