Bug 1380043 - When adding a mysql database to a project, we need to validate the user does not name the initial db 'mysql'
Summary: When adding a mysql database to a project, we need to validate the user does ...
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: RFE
Version: 3.3.1
Hardware: All
OS: All
unspecified
low
Target Milestone: ---
: ---
Assignee: Ben Parees
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-09-28 14:59 UTC by Grant Shipley
Modified: 2018-07-18 19:49 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-07-18 19:41:18 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Grant Shipley 2016-09-28 14:59:11 UTC
Description of problem:
When adding a mysql database to a project, if you name the database mysql, the deployment fails.  This is because the 'mysql' term is reserved. We should check for this error on the web console and not let users do this.  

Version-Release number of selected component (if applicable):
All versions

How reproducible:
every time

Steps to Reproduce:
1. Click add to project
2. Select mysql 
3. name the database mysql
4. deploy fails with no error message

Actual results:
deploy fails

Expected results:
A popup in the web console should alert me that I am trying to name my initial database 'mysql' and alert me that it is a reserved db in mysql.

Additional info:


Note You need to log in before you can comment on or make changes to this bug.