Michael B. Gale
|
7851e55dc3
|
Merge pull request #3850 from github/mbg/private-registry/cloudsmith-gcp
Private registries: Add support for Cloudsmith and GCP OIDC configurations
|
2026-04-30 13:33:44 +00:00 |
|
Michael B. Gale
|
549683cee5
|
Make it clearer what the expectations for isUsernamePassword are
|
2026-04-30 12:49:49 +01:00 |
|
Michael B. Gale
|
7a6ed56219
|
Modify FromSchema so that optional properties are actually optional
|
2026-04-30 11:54:21 +01:00 |
|
Michael B. Gale
|
35715ef8fe
|
Improve typing of cloneCredential
|
2026-04-30 11:43:54 +01:00 |
|
Michael B. Gale
|
bac7fdaf42
|
Fix linter error
|
2026-04-30 11:26:12 +01:00 |
|
Michael B. Gale
|
7a818e6977
|
Log disclaimer about connection tests, with link to docs
|
2026-04-28 13:45:53 +01:00 |
|
Michael B. Gale
|
30e0f4391d
|
Use /v3/index.json for NuGet feed check
|
2026-04-28 13:45:52 +01:00 |
|
Michael B. Gale
|
6153577cab
|
Switch from HEAD to GET requests
Not all registry implementations support `HEAD` correctly.
|
2026-04-28 10:42:27 +01:00 |
|
Michael B. Gale
|
efdcb31f11
|
Accept replaces-base option
|
2026-04-25 18:36:22 +01:00 |
|
Michael B. Gale
|
4d2c7c6e10
|
Validate GCP OIDC configurations
|
2026-04-25 18:36:22 +01:00 |
|
Michael B. Gale
|
70b2658d23
|
Validate Cloudsmith OIDC configurations
|
2026-04-25 18:36:21 +01:00 |
|
Michael B. Gale
|
530fcb3bbf
|
Group OIDC schemas into an array
|
2026-04-25 18:36:19 +01:00 |
|
Michael B. Gale
|
2acf81942b
|
Add tests for getAuthConfig
|
2026-04-25 18:34:00 +01:00 |
|
Michael B. Gale
|
d2a54a4507
|
Add schemas for basic credential types
|
2026-04-25 18:33:01 +01:00 |
|
Michael B. Gale
|
bc4097bbe1
|
Simplify credential cloning in getAuthConfig
|
2026-04-25 18:23:11 +01:00 |
|
Michael B. Gale
|
c8e26e209a
|
Move getAuthConfig out of start-proxy.ts
|
2026-04-25 16:49:05 +01:00 |
|
Michael B. Gale
|
0752451507
|
Use schema/validation for existing OIDC config types
|
2026-04-25 16:49:05 +01:00 |
|
Henry Mercer
|
e6c21da23c
|
Refactoring: Rename KnownLanguage to BuiltInLanguage
|
2026-04-10 19:09:47 +01:00 |
|
Michael B. Gale
|
d277a56348
|
Fix OIDC credential property names
|
2026-04-09 17:48:52 +01:00 |
|
Michael B. Gale
|
048d0ea295
|
Address review comments
|
2026-03-10 15:54:58 +00:00 |
|
Michael B. Gale
|
c92efdb98d
|
Type result of parsing JSON as unknown until narrowed
|
2026-03-10 15:31:21 +00:00 |
|
Michael B. Gale
|
823869da10
|
Use isDefined for password and token in credentialToStr
|
2026-03-10 13:30:52 +00:00 |
|
Michael B. Gale
|
e168f8e52a
|
Move credentialToStr and update it
|
2026-03-10 02:14:52 +00:00 |
|
Michael B. Gale
|
37eb89b173
|
Add predicates for Auth types
|
2026-03-10 01:26:15 +00:00 |
|
Michael B. Gale
|
9e26f9e6e0
|
Add OIDC config types
|
2026-03-10 01:26:15 +00:00 |
|
Michael B. Gale
|
01b52624a0
|
Move out auth config from Credential type
|
2026-03-10 01:26:15 +00:00 |
|
Henry Mercer
|
675af55c60
|
Run some unit tests in parallel
|
2026-03-04 12:40:22 +01:00 |
|
Michael B. Gale
|
1ec5b701fc
|
Reduce log levels for registry connection checks
|
2026-02-26 11:53:26 +00:00 |
|
Michael B. Gale
|
83c236af2b
|
Remove FF gate for improved CA generation
|
2026-02-24 11:25:57 +00:00 |
|
Michael B. Gale
|
906dd890a5
|
Run java to show computed settings
|
2026-02-17 16:49:00 +00:00 |
|
Michael B. Gale
|
46473e05b7
|
Add more interesting Java properties
|
2026-02-17 15:23:21 +00:00 |
|
Michael B. Gale
|
32ab108bfd
|
Move interesting JRE properties out of checkJdkSettings
|
2026-02-17 15:22:43 +00:00 |
|
Michael B. Gale
|
971592501c
|
Consistently use "\n" to split lines, then trim extra characters if needed
|
2026-02-17 14:58:40 +00:00 |
|
Michael B. Gale
|
44a4bea367
|
Fixup: add missing .env
|
2026-02-17 13:54:22 +00:00 |
|
Michael B. Gale
|
99fcc7b2a1
|
Check whether value is a URL in checkEnvVar and clear credentials
Note also that we run this after `getCredentials` which already instructs Actions to mask credentials that we know about in logs
|
2026-02-17 13:42:51 +00:00 |
|
Michael B. Gale
|
c1d6ee5477
|
Fix typos
|
2026-02-17 13:31:01 +00:00 |
|
Michael B. Gale
|
ef9cfd91a8
|
Clear GHA JAVA_HOME_* env vars for discoverActionsJdks test
|
2026-02-17 13:28:56 +00:00 |
|
Michael B. Gale
|
a3d7d36aa6
|
Find likely JDK locations and check configurations
|
2026-02-17 13:17:48 +00:00 |
|
Michael B. Gale
|
33e2dff082
|
Log information about proxy-related environment variables
|
2026-02-17 12:38:30 +00:00 |
|
Michael B. Gale
|
bc1164e014
|
Fix typo in test
|
2026-02-11 19:35:29 +00:00 |
|
Michael B. Gale
|
7801eda177
|
Add some basic unit tests
|
2026-02-11 19:23:35 +00:00 |
|
Michael B. Gale
|
b1d963ed8f
|
Gate updated cert gen behind FF
|
2026-02-11 19:23:10 +00:00 |
|
Michael B. Gale
|
d636fb3f63
|
Move certificate code to its own file
|
2026-02-11 19:23:09 +00:00 |
|
Michael B. Gale
|
efb92e2714
|
Skip checks for non-URLs for now
|
2026-02-11 18:02:24 +00:00 |
|
Michael B. Gale
|
2b5b614c85
|
Add timeout event handler
|
2026-02-11 17:50:44 +00:00 |
|
Michael B. Gale
|
555ee17b0b
|
Remove unused logger in NetworkReachabilityBackend
|
2026-02-11 17:46:33 +00:00 |
|
Michael B. Gale
|
4d0bec12bf
|
Rename types
|
2026-02-11 17:10:39 +00:00 |
|
Michael B. Gale
|
27b3b6586d
|
Remove unnecessary test assertions
|
2026-02-11 16:47:57 +00:00 |
|
Michael B. Gale
|
c4b0f60beb
|
Remove superfluous error handling details
|
2026-02-10 17:15:03 +00:00 |
|
Michael B. Gale
|
51357000d2
|
Add a 5s timeout to requests
|
2026-02-10 17:09:49 +00:00 |
|