mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
#23057 Render provides [connectionString](https://docs.render.com/blueprint-spec#connectionstring) for their Redis service, which Fleet cannot take because it includes `redis://` prefix. Once this change is released, we can [update our render.yaml](https://github.com/fleetdm/fleet/pull/23056/files#diff-a64cf250b418ab8feee6c682a3d8cbd3b72cf24d4a241adeaf35c98b84045f93) # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Manual QA for all new/changed functionality
1 line
114 B
Text
1 line
114 B
Text
Allow FLEET_REDIS_ADDRESS to include a `redis://` prefix. Allowed formats are: `redis://host:port` or `host:port`
|