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
F10807801: D3125.diff
Sun, Jul 27, 10:26
Unknown Object (File)
Sat, Jul 26, 19:49
Unknown Object (File)
Fri, Jul 25, 10:57
Unknown Object (File)
Thu, Jul 24, 13:36
Unknown Object (File)
Thu, Jul 24, 05:02
Unknown Object (File)
Tue, Jul 22, 11:05
Unknown Object (File)
Fri, Jul 18, 12:44
Unknown Object (File)
Tue, Jul 15, 23:37
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 Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4926
Build 5207: arc lint + arc unit

Event Timeline

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