-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
False
-
False
-
No
-
Undefined
-
- Secret naming pattern to follow:
dbaas-vendor-credentials-[ocp-user-identifier]
- Secret type should be Opaque (no server-side validation).
- Secret to be created within namespace where dbaas-operator will reside.
- Secret should have the following labels:
- related-to: dbaas-operator
- type: dbaas-vendor-credentials
- Secret data should include an OCP username field for association back to the UX user:
username: "[OCP user identifier]"
- Secret data should also include a 'credentials' field with a JSON payload value using the following format:
{ "vendors": [ "name": "atlas", "values": [ "username": "[username]", "apiKey": "[key value]", ] ] }
- is caused by
-
DBAAS-2 DBaaS Import UX
- Closed