Skip to content

Commit 3bc2341

Browse files
nathanejohnsonyadvr
authored andcommitted
CLOUDSTACK-9902: add consoleproxy.sslEnable global setting (#2078)
This adds the missing global configuration parameter consoleproxy.sslEnable required for enabling SSL on the console proxy VM.
1 parent a4036f7 commit 3bc2341

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup/db/db/schema-41000to41100.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,7 @@ CREATE VIEW `cloud`.`host_view` AS
244244

245245
-- Out-of-band management driver for nested-cloudstack
246246
ALTER TABLE `cloud`.`oobm` MODIFY COLUMN port VARCHAR(255);
247+
248+
249+
-- CLOUDSTACK-9902: Console proxy SSL toggle
250+
INSERT IGNORE INTO `cloud`.`configuration` (`category`, `instance`, `component`, `name`, `value`, `description`, `default_value`, `is_dynamic`) VALUES ('Console Proxy', 'DEFAULT', 'AgentManager', 'consoleproxy.sslEnabled', 'false', 'Enable SSL for console proxy', 'false', 0);

0 commit comments

Comments
 (0)