You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+98Lines changed: 98 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -953,6 +953,104 @@ You may also replace the default `http.Client` with
953
953
accepted (this overwrites any previous client) and receives requests after any
954
954
middleware has been applied.
955
955
956
+
## Workload Identity Authentication
957
+
958
+
For cloud workloads (Kubernetes, Azure, Google Cloud Platform), you can use workload identity authentication instead of API keys. This provides short-lived tokens that are automatically refreshed.
0 commit comments