2016-04-17 09:39:08 -05:00
|
|
|
{
|
2018-05-02 10:51:17 -05:00
|
|
|
"headless_chrome": false,
|
2018-05-15 09:10:11 -05:00
|
|
|
"default_browser": "Chrome",
|
2016-04-17 09:39:08 -05:00
|
|
|
"pgAdmin4_login_credentials": {
|
2016-08-09 10:05:40 -05:00
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
"login_username": "USER@EXAMPLE.COM"
|
2016-04-17 09:39:08 -05:00
|
|
|
},
|
2016-08-09 10:05:40 -05:00
|
|
|
"pgAdmin4_test_user_credentials": {
|
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
"login_password": "PASSWORD",
|
2020-08-31 06:15:31 -05:00
|
|
|
"login_username": "USER2@EXAMPLE.COM"
|
2016-08-09 10:05:40 -05:00
|
|
|
},
|
2020-09-03 02:29:28 -05:00
|
|
|
"pgAdmin4_test_non_admin_credentials": {
|
|
|
|
"new_password": "NEWPASSWORD",
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
"login_username": "USER@EXAMPLE.COM"
|
|
|
|
},
|
2020-04-06 05:27:05 -05:00
|
|
|
"pgAdmin4_ldap_credentials": {
|
|
|
|
"login_password": "PASSWORD",
|
|
|
|
"login_username": "USERNAME"
|
|
|
|
},
|
|
|
|
"ldap_config": [
|
|
|
|
{
|
|
|
|
"ldap": {
|
2020-04-14 02:37:27 -05:00
|
|
|
"name": "Ldap scenario name",
|
2020-04-06 05:27:05 -05:00
|
|
|
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
2020-07-20 05:00:06 -05:00
|
|
|
"anonymous_bind": false,
|
2020-07-06 09:05:55 -05:00
|
|
|
"bind_user": "",
|
|
|
|
"bind_password": "",
|
2020-04-06 05:27:05 -05:00
|
|
|
"base_dn": "BASE-DN",
|
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
"username_atr": "UID",
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
"use_starttls": false,
|
|
|
|
"ca_cert_file": "",
|
|
|
|
"cert_file": "",
|
|
|
|
"key_file": ""
|
|
|
|
},
|
|
|
|
"ldap_with_ssl": {
|
2020-04-14 02:37:27 -05:00
|
|
|
"name": "Ldap scenario name",
|
2020-04-06 05:27:05 -05:00
|
|
|
"uri": "ldaps://IP-ADDRESS/HOSTNAME:636",
|
2020-07-20 05:00:06 -05:00
|
|
|
"anonymous_bind": false,
|
2020-07-06 09:05:55 -05:00
|
|
|
"bind_user": "",
|
|
|
|
"bind_password": "",
|
2020-04-06 05:27:05 -05:00
|
|
|
"base_dn": "BASE-DN",
|
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
"username_atr": "UID",
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
"use_starttls": false,
|
|
|
|
"ca_cert_file": "",
|
|
|
|
"cert_file": "",
|
|
|
|
"key_file": ""
|
|
|
|
},
|
|
|
|
"ldap_with_tls": {
|
2020-04-14 02:37:27 -05:00
|
|
|
"name": "Ldap scenario name",
|
2020-04-06 05:27:05 -05:00
|
|
|
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
2020-07-20 05:00:06 -05:00
|
|
|
"anonymous_bind": false,
|
2020-07-06 09:05:55 -05:00
|
|
|
"bind_user": "",
|
|
|
|
"bind_password": "",
|
2020-07-20 05:00:06 -05:00
|
|
|
"base_dn": "",
|
2020-07-06 09:05:55 -05:00
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
"username_atr": "UID",
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
"use_starttls": true,
|
|
|
|
"ca_cert_file": "",
|
|
|
|
"cert_file": "",
|
|
|
|
"key_file": ""
|
|
|
|
},
|
|
|
|
"ldap_with_dedicated_user": {
|
|
|
|
"name": "Ldap scenario name",
|
|
|
|
"uri": "ldap://IP-ADDRESS/HOSTNAME:389",
|
2020-07-20 05:00:06 -05:00
|
|
|
"anonymous_bind": true,
|
2020-07-06 09:05:55 -05:00
|
|
|
"bind_user": "",
|
|
|
|
"bind_password": "",
|
2020-07-20 05:00:06 -05:00
|
|
|
"base_dn": "",
|
2020-04-06 05:27:05 -05:00
|
|
|
"search_base_dn": "SEARCH-BASE-DN",
|
|
|
|
"username_atr": "UID",
|
|
|
|
"search_filter": "(objectclass=*)",
|
|
|
|
"use_starttls": true,
|
|
|
|
"ca_cert_file": "",
|
|
|
|
"cert_file": "",
|
|
|
|
"key_file": ""
|
|
|
|
}
|
|
|
|
}],
|
2020-05-11 01:41:31 -05:00
|
|
|
"selenoid_config": {
|
|
|
|
"pgAdmin_default_server":"IP address of machine where source code is going to be executed",
|
2021-11-22 06:35:30 -06:00
|
|
|
"pgAdmin_max_up_time": 90,
|
2020-05-11 01:41:31 -05:00
|
|
|
"max_parallel_sessions": "3",
|
|
|
|
"selenoid_url": "http://<IP address of Selenoid Installed machine>:4444/wd/hub",
|
|
|
|
"browsers_list":[
|
|
|
|
{"name": "Chrome", "version": null},
|
|
|
|
{"name": "Firefox", "version": null}
|
|
|
|
]
|
|
|
|
},
|
2016-08-09 10:05:40 -05:00
|
|
|
"server_group": 1,
|
|
|
|
"server_credentials": [
|
2016-04-17 09:39:08 -05:00
|
|
|
{
|
2016-08-09 10:05:40 -05:00
|
|
|
"name": "PostgreSQL 9.4",
|
|
|
|
"comment": "PostgreSQL 9.4 Server (EDB Installer)",
|
|
|
|
"db_username": "postgres",
|
|
|
|
"host": "localhost",
|
|
|
|
"db_password": "PASSWORD",
|
|
|
|
"db_port": 5432,
|
|
|
|
"maintenance_db": "postgres",
|
|
|
|
"sslmode": "prefer",
|
2016-10-15 10:44:40 -05:00
|
|
|
"tablespace_path": "",
|
2018-06-15 05:36:07 -05:00
|
|
|
"enabled": true,
|
|
|
|
"default_binary_paths": {
|
|
|
|
"pg": "/opt/PostgreSQL/9.4/bin/",
|
2021-06-07 10:06:34 -05:00
|
|
|
"ppas": "/opt/edb/as10/bin/"
|
2018-06-15 05:36:07 -05:00
|
|
|
}
|
2016-08-09 10:05:40 -05:00
|
|
|
}
|
2016-04-17 09:39:08 -05:00
|
|
|
],
|
2016-08-09 10:05:40 -05:00
|
|
|
"server_update_data": [
|
2016-04-17 09:39:08 -05:00
|
|
|
{
|
2016-08-09 10:05:40 -05:00
|
|
|
"comment": "This is test update comment"
|
2016-04-17 09:39:08 -05:00
|
|
|
}
|
|
|
|
]
|
2018-03-13 14:32:34 -05:00
|
|
|
}
|