From e98506e34417be3dfec454e9956896c4176cadfc Mon Sep 17 00:00:00 2001 From: Cam Date: Wed, 10 Dec 2025 21:21:33 +0000 Subject: [PATCH] Add dynamic login credentials section to ESC documentation --- content/docs/esc/get-started/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/esc/get-started/_index.md b/content/docs/esc/get-started/_index.md index dc67b1e7b203..7d74a0c63fbf 100644 --- a/content/docs/esc/get-started/_index.md +++ b/content/docs/esc/get-started/_index.md @@ -134,14 +134,14 @@ Now that you've created your first environment, explore these essential guides: - **[Managing secrets](/docs/esc/guides/managing-secrets/)** - Store, organize, and retrieve secrets using the CLI and console - **[Running commands with esc run](/docs/esc/guides/running-commands-with-esc/)** - Inject secrets into any command or script as environment variables - **[Importing environments](/docs/esc/guides/importing-environments/)** - Compose environments to share configuration across teams and projects +- **[Dynamic login credentials](/docs/esc/integrations/dynamic-login-credentials/)** - Generate short-lived cloud credentials using OIDC with AWS, Azure, GCP, and more New to Pulumi IaC? Start with the [Pulumi IaC Get Started guide](/docs/get-started/) first. ### Advanced capabilities -Extend ESC with dynamic credentials and external secret providers: +Extend ESC with external secret providers and advanced OIDC configuration: -- **[Dynamic login credentials](/docs/esc/integrations/dynamic-login-credentials/)** - Generate short-lived cloud credentials using OIDC with AWS, Azure, GCP, and more - **[Dynamic secrets](/docs/esc/integrations/dynamic-secrets/)** - Pull secrets from external providers like AWS Secrets Manager, Azure Key Vault, and 1Password - **[Configuring OIDC](/docs/esc/environments/configuring-oidc/)** - Deep dive into OpenID Connect configuration and trust relationships