Conversation
|
PR Description updated to latest commit (692bc00) |
|
API Changes --- prev.txt 2024-05-20 13:38:04.751500642 +0000
+++ current.txt 2024-05-20 13:38:01.523496146 +0000
@@ -5228,7 +5228,7 @@
// Maximum TLS version for connection between Tyk and your upstream service.
ProxySSLMaxVersion uint16 `json:"proxy_ssl_max_version"`
- // Whitelist ciphers for connection between Tyk and your upstream service.
+ // Allow list of ciphers for connection between Tyk and your upstream service.
ProxySSLCipherSuites []string `json:"proxy_ssl_ciphers"`
// This can specify a default timeout in seconds for upstream API requests.
@@ -5955,7 +5955,7 @@
// For an Self-Managed installation this can be left at `false` (the default setting). For Legacy Cloud Gateways it must be set to ‘true’.
BindToSlugsInsteadOfListenPaths bool `json:"bind_to_slugs"`
- // Set this option to `true` if you don’t want to monitor changes in the keys from a master Gateway.
+ // Set this option to `true` if you don’t want to monitor changes in the keys from a primary Gateway.
DisableKeySpaceSync bool `json:"disable_keyspace_sync"`
// This is the `zone` that this instance inhabits, e.g. the cluster/data-centre the Gateway lives in. |
PR Review 🔍
Code feedback:
|
PR Code Suggestions ✨
|
|
|
/release to release-5.3 |
|
Working on it! Note that it can take a few minutes. |
Updated config.go for inclusive language tier 1 compliance (cherry picked from commit b816e91)
|
@dcs3spp Succesfully merged PR |
Updated config.go for inclusive language tier 1 compliance




User description
Description
Related Issue
Motivation and Context
Update config description for inclusive naming project
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist
PR Type
Enhancement
Description
config/config.goto use more inclusive language:DisableKeySpaceSynccomment.ProxySSLCipherSuitescomment.Changes walkthrough 📝
config.go
Update Comments for Inclusive Languageconfig/config.go
'primary' and 'whitelist' with 'allow list'.