Skip to content

Conversation

@nervo
Copy link
Member

@nervo nervo commented Nov 13, 2025

Introduce or add *SQL (both MySQL @ PostgreSQL) global default login options.

MySQL:

  • manala_mysql_login_host
  • manala_mysql_login_port
  • manala_mysql_login_unix_socket
  • manala_mysql_login_user
  • manala_mysql_login_password

PostgreSQL:

  • manala_postgresql_login_port
  • manala_postgresql_login_unix_socket
  • manala_postgresql_login_user
  • manala_postgresql_login_password

Example before:

manala_mysql_users:
  - name: foo
     login_unix_socket: /var/run/mysqld/mysqld.sock
  - name: bar
     login_unix_socket: /var/run/mysqld/mysqld.sock

manala_postgresql_privileges:
  - role: foo
    login_user: postgres
  - role: bar
    login_user: postgres

Example after:

manala_mysql_login_unix_socket: /var/run/mysqld/mysqld.sock
manala_mysql_users:
  - name: foo
  - name: bar

manala_postgresql_login_user: postgres
manala_postgresql_privileges:
  - role: foo
  - role: bar

@nervo nervo changed the title feat: Global *SQL login options feat: Global *SQL default login options Nov 13, 2025
@nervo nervo force-pushed the feat/sql-global-login-options branch from 85bb33f to 6aa7ea0 Compare November 13, 2025 13:15
@nervo nervo changed the base branch from main to fix/yaml-indentation November 13, 2025 13:16
@nervo nervo force-pushed the fix/yaml-indentation branch 2 times, most recently from 4131f0d to 8f2a4d9 Compare November 13, 2025 14:03
@nervo nervo force-pushed the feat/sql-global-login-options branch from 6aa7ea0 to 1687d33 Compare November 13, 2025 14:03
Base automatically changed from fix/yaml-indentation to main November 13, 2025 16:34
@nervo nervo marked this pull request as draft November 13, 2025 16:35
@nervo nervo force-pushed the feat/sql-global-login-options branch from 1687d33 to 6e35153 Compare November 13, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants