mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
AWS cloud deployment issues fixed:
1) A console error was logged for db version 9.6.1 due to an update to boto3 2) Unmask Access Key Field. 3) Update the supported database version list to include Postgres 10 and above. refs #7177
This commit is contained in:
committed by
Akshay Joshi
parent
8eeb12b600
commit
0f5a97fa6e
@@ -88,7 +88,7 @@ class CloudDBCredSchema extends BaseUISchema {
|
||||
noEmpty: true,
|
||||
helpMessage: gettext('The cloud instance will be deployed in the selected region.')
|
||||
},{
|
||||
id: 'aws_access_key', label: gettext('AWS access key'), type: 'password',
|
||||
id: 'aws_access_key', label: gettext('AWS access key'), type: 'text',
|
||||
mode: ['create'], noEmpty: true,
|
||||
}, {
|
||||
id: 'aws_secret_access_key', label: gettext('AWS secret access key'), type: 'password',
|
||||
|
||||
Reference in New Issue
Block a user