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
| codeartifact.domains | CODEARTIFACT_DOMAINS | Regex of domains to provide authentication for (defaults to all domains) |
87
+
codeartifact.proxy.enabled | CODEARTIFACT_PROXY_ENABLED | Enable proxying of CodeArtifactURLs (default:true), if proxy base URLs configured (above) |
88
+
| codeartifact.<domain>-<domain owner>-<region>.proxy.base-url | CODEARTIFACT_<DOMAIN>_<DOMAIN_OWNER>_<REGION>_PROXY_BASE_URL | Proxy base URL to use |
89
+
| codeartifact.<region>.proxy.base-url | CODEARTIFACT_<REGION>_PROXY_BASE_URL | Proxy base URL to use |
90
+
| codeartifact.proxy.base-url | CODEARTIFACT_PROXY_BASE_URL | Proxy base URL to use |
91
+
92
+
## ReverseProxyConfiguration
93
+
94
+
If you wish to place CodeArtifact behind a reverse proxy (for example, CloudFrontor other CDN) you can specify the proxy to use (see table above). The configured CodeArtifactURLs are used to generate a CodeArtifact token, and are then reconfigured to use the proxy URL (continuing to pass along the authentication token). Your configured proxy is responsible for handling authentication/caching as appropriate.
95
+
96
+
Repositories configured for publishing are not configured to use the proxy.
87
97
88
98
## ObtainingCodeArtifact tokens for other (non-Maven repository) uses
0 commit comments