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: aws-ts-esc-external-adapter-lambda/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
A reference implementation showing how to build a secure external secrets adapter for Pulumi ESC.
7
7
This example validates JWT authentication and request integrity, making it easy to integrate custom or proprietary secret sources with ESC.
8
8
9
-
For complete documentation on ESC Connect, see the [external provider documentation](/docs/esc/integrations/dynamic-secrets/external/).
9
+
For complete documentation on ESC Connect, see the [external provider documentation](https://www.pulumi.com/docs/esc/integrations/dynamic-secrets/external/).
10
10
11
11
## Deploying the adapter
12
12
@@ -99,7 +99,7 @@ The `ESCRequestValidator` class in `index.ts` handles request integrity validati
99
99
};
100
100
```
101
101
102
-
See the [external provider documentation](/docs/esc/integrations/dynamic-secrets/external/) for complete implementation guidance and examples in other languages.
102
+
See the [external provider documentation](https://www.pulumi.com/docs/esc/integrations/dynamic-secrets/external/) for complete implementation guidance and examples in other languages.
0 commit comments