Skip to content

Commit e4dadee

Browse files
committed
chore: missed commit
Signed-off-by: habeck <habeck@us.ibm.com>
1 parent 861ce58 commit e4dadee

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.env.example

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,3 +162,15 @@
162162
# PLUGINS_GRPC_SERVER_SSL_ENABLED=
163163

164164

165+
166+
### Package Integrity Verification
167+
# Enable SHA256 hash verification for PyPI packages (default: True)
168+
# When enabled, downloaded packages are verified against hashes from PyPI's JSON API
169+
# Recommended: Keep enabled for security
170+
# PLUGINS_VERIFY_PACKAGE_INTEGRITY=True
171+
172+
# Strict integrity mode (default: False)
173+
# When True: Fail installation if package hashes are unavailable
174+
# When False: Warn but continue if hashes are unavailable
175+
# Recommended: False for development, True for production
176+
# PLUGINS_STRICT_INTEGRITY_MODE=False

0 commit comments

Comments
 (0)