Details
Assignee
Seshu Kumar MudigantiSeshu Kumar MudigantiReporter
Former userFormer user(Deactivated)Affects versions
Priority
Medium
Details
Details
Assignee
Seshu Kumar Mudiganti
Seshu Kumar MudigantiReporter
Former user
Former user(Deactivated)Affects versions
Priority
Created December 12, 2022 at 7:56 PM
Updated December 13, 2022 at 1:25 PM
Resolved December 12, 2022 at 7:56 PM
Service Instance Name is too retractive.
I have a requirement for service-instance-names to support the plus character ('+'). The issues is that SO rejects any requests that has a service-instance-name that contains the Plus ('+') character.
The current workaround is to encode the occurrences of '+' in the name with double underscore ( "__" ) before submitting to SO.
The issue with this workaround is that it is difficult for downstream systems to decode the name into its intended format.
The services being created is not virtual. It is a service being created on a PNF.
Ask:
Reduce the restriction on the service instance name so that it allows the '+' character.