Skip to content

Commit 3df104e

Browse files
committed
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>
1 parent d90a2d3 commit 3df104e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

developer/developer-prefill.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,9 @@ INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
6363
VALUES ('Advanced', 'DEFAULT', 'management-server',
6464
'developer', 'true');
6565

66+
-- Enable SAML plugin for developers by default
67+
INSERT INTO `cloud`.`configuration` (category, instance, component, name, value)
68+
VALUES ('Advanced', 'DEFAULT', 'management-server',
69+
'saml2.enabled', 'true');
70+
6671
commit;

0 commit comments

Comments
 (0)