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
Unknown Object (File)
Sat, Apr 26, 06:01
Unknown Object (File)
Fri, Apr 25, 19:39
Unknown Object (File)
Fri, Apr 25, 03:54
Unknown Object (File)
Sat, Apr 19, 03:50
Unknown Object (File)
Fri, Apr 18, 23:27
Unknown Object (File)
Mon, Apr 14, 13:20
Unknown Object (File)
Mon, Apr 14, 10:37
Unknown Object (File)
Mon, Apr 14, 10:30
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