Skip to content

Commit 21a089c

Browse files
authored
Merge pull request #4 from matyix/patch-1
2 parents 5fee6cb + 2617f15 commit 21a089c

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,33 @@
22

33
This library provides a unified interface for obtaining and refreshing credentials from various cloud providers and authentication systems. It is designed to facilitate secure access to cloud resources by exchanging identity tokens for temporary credentials.
44

5-
> For more background and insights about this project, see our [blog post](https://riptides.io/blog-post/introducing-tokenex-an-open-source-go-library-for-fetching-and-refreshing-cloud-credentials).
5+
## Related Blog Posts
6+
7+
* **[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)**
8+
* **[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)**
9+
* **[Supplying short-lived OpenAI API keys to AI agents with Riptides](https://blog.riptides.io/ritptides-openai-apikeys/)**
10+
11+
---
12+
13+
## Table of Contents
14+
* [Features](#features)
15+
* [Installation](#installation)
16+
* [Usage](#usage)
17+
* [Common Setup](#common-setup)
18+
* [AWS Provider](#aws-credentials-provider)
19+
* [GCP Provider](#gcp-credentials-provider)
20+
* [Azure Provider](#azure-credentials-provider)
21+
* [OCI Provider](#oci-credentials-provider)
22+
* [Generic Provider](#generic-credentials-provider)
23+
* [K8sSecret Provider](#k8ssecret-credentials-provider)
24+
* [OAuth2 Authorization Code](#oauth2-authorization-code-flow-provider)
25+
* [OAuth2 Client Credentials](#oauth2-client-credentials-flow-provider)
26+
* [Vault Provider](#vault-credentials-provider)
27+
* [Channel Behavior](#channel-behavior)
28+
* [License](#license)
29+
* [Contributing](#contributing)
30+
31+
---
632

733
## Features
834

0 commit comments

Comments
 (0)