Remove the Seal HA beta feature flag (#23820)

This commit is contained in:
Victor Rodriguez
2023-10-27 09:13:06 -04:00
committed by GitHub
parent a76f71cc60
commit 40e9fcde49
7 changed files with 181 additions and 971 deletions

View File

@@ -436,7 +436,7 @@ func (c *OperatorDiagnoseCommand) offlineDiagnostics(ctx context.Context) error
var setSealResponse *SetSealResponse
existingSealGenerationInfo, err := vault.PhysicalSealGenInfo(sealcontext, *backend)
if err != nil {
diagnose.Fail(sealcontext, fmt.Sprintf("Unable to get Seal genration information from storage: %s.", err.Error()))
diagnose.Fail(sealcontext, fmt.Sprintf("Unable to get Seal generation information from storage: %s.", err.Error()))
goto SEALFAIL
}