Skip to content

JS Client: Client Config Should Use Unique Maps Instead Of Unique Arrays #1283

@dOrgJelli

Description

@dOrgJelli

Is your feature request related to a problem? Please describe.
Currently the client's configuration structure uses arrays to store things like redirects, envs, plugins, etc. These arrays are "unique" based on each item's uri property.

This is not very clear from a user's perspective, and instead we should just use a unique map, where the uri is the map's key.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions