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
F24638655: D3125.id7965.diff
Mon, Mar 2, 21:39
F24636621: D3125.id7965.diff
Mon, Mar 2, 19:47
Unknown Object (File)
Sat, Feb 28, 06:32
Unknown Object (File)
Sun, Feb 22, 17:59
Unknown Object (File)
Wed, Feb 11, 11:24
Unknown Object (File)
Tue, Feb 10, 09:45
Unknown Object (File)
Fri, Feb 6, 09:12
Unknown Object (File)
Fri, Feb 6, 06:08
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