Description:
Currently, the import and export functionality for namespaces only supports using keys for namespace operations.
Current Behavior:
The namespace parameter for import/export operations accepts only string values representing the key.
This string value is used for both the key and the name, which can be restrictive if a namespace's key and name are different.
Expected Behavior:
The namespace parameter should support using the name of the namespace directly for import/export operations.
This change would allow users to specify a namespace by its name.
flipt/internal/ext/common.go
Line 8 in 5a9637d
Description:
Currently, the import and export functionality for namespaces only supports using keys for namespace operations.
Current Behavior:
The namespace parameter for import/export operations accepts only string values representing the key.
This string value is used for both the key and the name, which can be restrictive if a namespace's key and name are different.
Expected Behavior:
The namespace parameter should support using the name of the namespace directly for import/export operations.
This change would allow users to specify a namespace by its name.