Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,19 @@ For each authentication method, the try order is:
2. Key Flow
3. Token Flow

### Modular Identity Package (Initial)

An initial modular identity package is available at `core/identity`.

It introduces a minimal token contract and composable providers:

- `identity.TokenProvider` with `Token(ctx, options)`
- `identity.ServiceAccountKeyProvider`
- `identity.WorkloadIdentityFederationProvider`
- `identity.InstanceMetadataProvider`
- `identity.ChainedProvider`


### Using the Workload Identity Fedearion Flow

1. Create a service account trusted relation in the STACKIT Portal:
Expand Down
Loading
Loading