bcgov / gwa-api

Gateway Admin API for self-service of Kong configuration, ACL management and BCDC Catalog updates for API metadata
Apache License 2.0
6 stars 4 forks source link

Check for case sensitivity in map_res_name_to_id function #98

Open Elson9 opened 1 year ago

Elson9 commented 1 year ago

Description

Fixes #97 Checks that the namespace given by the user contains only lowercase letters, to prevent the name discrepancy being detected further down the pipeline. This allows for a more descriptive error message to be displayed, instead of simply "Unexpected undefined".

Types of changes

Checklist

Further comments