Agent Auto Auth Self Healing for Templates (#26172)

* Agent Auto Auth Self Healing for Templates

* Added changelog

* Edited go.sum

* Edit changelog wording
This commit is contained in:
divyaac
2024-03-27 10:06:45 -07:00
committed by GitHub
parent c9dafc1971
commit 6cac3b3bf5
21 changed files with 606 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ import (
"testing"
"time"
hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/go-hclog"
vaultoci "github.com/hashicorp/vault-plugin-auth-oci"
"github.com/hashicorp/vault/api"
"github.com/hashicorp/vault/command/agentproxyshared/auth"
@@ -165,7 +165,7 @@ func TestOCIEndToEnd(t *testing.T) {
Client: client,
})
go func() {
errCh <- ss.Run(ctx, ah.OutputCh, []*sink.SinkConfig{config})
errCh <- ss.Run(ctx, ah.OutputCh, []*sink.SinkConfig{config}, ah.AuthInProgress)
}()
defer func() {
select {