open-nomad/testutil
Michael Schurter bd7b60712e
Accept Workload Identities for Client RPCs (#16254)
This change resolves policies for workload identities when calling Client RPCs. Previously only ACL tokens could be used for Client RPCs.

Since the same cache is used for both bearer tokens (ACL and Workload ID), the token cache size was doubled.

---------

Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
2023-02-27 10:17:47 -08:00
..
responsewriter.go
server.go
tls.go
vault.go
wait.go Accept Workload Identities for Client RPCs (#16254) 2023-02-27 10:17:47 -08:00
wait_test.go