stubConfigExtProvider simulates env/sidecar credential mode for config guard tests.
| 453 | |
| 454 | // stubConfigExtProvider simulates env/sidecar credential mode for config guard tests. |
| 455 | type stubConfigExtProvider struct{ name string } |
| 456 | |
| 457 | func (s *stubConfigExtProvider) Name() string { return s.name } |
| 458 | func (s *stubConfigExtProvider) ResolveAccount(_ context.Context) (*extcred.Account, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected