Page MenuHomeDevCentral

Allow dev access to db-B-001 for dereckson
ClosedPublic

Authored by dereckson on May 24 2023, 15:40.
Tags
None
Referenced Files
F3988837: D3125.diff
Thu, Jan 9, 00:17
Unknown Object (File)
Sat, Jan 4, 05:54
Unknown Object (File)
Fri, Jan 3, 10:31
Unknown Object (File)
Tue, Dec 31, 18:22
Unknown Object (File)
Fri, Dec 27, 04:09
Unknown Object (File)
Fri, Dec 27, 04:08
Unknown Object (File)
Fri, Dec 27, 03:34
Unknown Object (File)
Fri, Dec 27, 03:01
Subscribers
None

Details

Summary

Temptatively introduce privileges separation to allow regular dev
maintenance work without using root account.

Allow to connect with MySQL workbench through a SSH tunnel
proxied by WindRiver.

Permissions on database with a % doesn't match a specific database,
and could match not-yet-existing databases, as such, drop requisite.

Test Plan

mysql -h db-B-001 -e "SHOW DATABASES;" -p

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.May 24 2023, 15:51