From 8a812b98f2414244ce017cae907a98a45dad96eb Mon Sep 17 00:00:00 2001 From: Janos Matyas Date: Mon, 23 Feb 2026 14:52:09 +0100 Subject: [PATCH] Update related blog posts in README.md Added Secretless Azure access with tokenex: Federated Identity via User-Assigned Managed Identity Signed-off-by: Janos Matyas --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3c04d5..e225069 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ This library provides a unified interface for obtaining and refreshing credentia * **[Introducing tokenex: an open source Go library for fetching and refreshing credentials](https://blog.riptides.io/introducing-tokenex-an-open-source-go-library-for-fetching-and-refreshing-cloud-credentials)** * **[tokenex adds Vault & OpenBao support: Exchanging ID tokens (JWTs) for secrets without static credentials](https://blog.riptides.io/tokenex-adds-vault-openbao-support-exchanging-id-tokens-jwts-for-secrets-without-static-credentials)** -* **[Supplying short-lived OpenAI API keys to AI agents with Riptides](https://blog.riptides.io/ritptides-openai-apikeys/)** +* **[Supplying short-lived OpenAI API keys to AI agents with Riptides](https://blog.riptides.io/ritptides-openai-apikeys/)** +* **[Secretless Azure access with tokenex: Federated Identity via User-Assigned Managed Identity](https://blog.riptides.io/secretless-az-access-with-tokenex/)** ---