mirror of https://github.com/apache/cloudstack.git
developer: enable saml plugin for developers by default
Deploydb with a -P developer profile will run developer-prefill, in that we enable the SAML plugin by default but only for developers Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
d90a2d3962
commit
3df104e20d
|
|
@ -63,4 +63,9 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
|
|||
VALUES ('Advanced', 'DEFAULT', 'management-server',
|
||||
'developer', 'true');
|
||||
|
||||
-- Enable SAML plugin for developers by default
|
||||
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
|
||||
VALUES ('Advanced', 'DEFAULT', 'management-server',
|
||||
'saml2.enabled', 'true');
|
||||
|
||||
commit;
|
||||
|
|
|
|||
Loading…
Reference in New Issue