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)
Mon, Oct 21, 10:46
Unknown Object (File)
Mon, Oct 21, 07:51
Unknown Object (File)
Mon, Oct 21, 06:22
Unknown Object (File)
Fri, Oct 18, 20:48
Unknown Object (File)
Thu, Oct 10, 06:29
Unknown Object (File)
Sat, Oct 5, 21:23
Unknown Object (File)
Mon, Sep 30, 09:09
Unknown Object (File)
Mon, Sep 30, 08:49
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