Skip to content

Commit 82e2c3a

Browse files
committed
chore: wip
1 parent e5de68a commit 82e2c3a

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

secure-registry/verdaccio/lenient/config.docker.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ storage: ./storage
33
uplinks:
44
npmjs:
55
url: https://registry.npmjs.org/
6-
malware:
7-
url: ${VERDACCIO_MALWARE_UPLINK_URL:-http://verdaccio-malware:4875/}
6+
# No malware uplink in Docker/Kubernetes; malware registry is only used
7+
# in dedicated local dev/test setups.
88

99
packages:
10-
'@malware/*':
11-
access: $authenticated
12-
publish: $authenticated
13-
proxy: malware
1410
'@*/*':
1511
access: $authenticated
1612
publish: $authenticated

secure-registry/verdaccio/strict/config.docker.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,10 @@ storage: ./storage
33
uplinks:
44
npmjs:
55
url: https://registry.npmjs.org/
6-
malware:
7-
# Malware Verdaccio instance runs as a separate service on the same
8-
# Docker/Kubernetes network. Use env VAR to allow overriding.
9-
url: ${VERDACCIO_MALWARE_UPLINK_URL:-http://verdaccio-malware:4875/}
6+
# No malware uplink in Docker/Kubernetes; malware registry is only used
7+
# in dedicated local dev/test setups.
108

119
packages:
12-
'@malware/*':
13-
access: $authenticated
14-
publish: $authenticated
15-
proxy: malware
1610
'@*/*':
1711
access: $authenticated
1812
publish: $authenticated

0 commit comments

Comments
 (0)