steampipe
steampipe copied to clipboard
Review/remove use of connection config (steampipeconfig.GlobalConfig) from client side code
Only server side code (service/plugin manager) should access this
Otherwise client code may access local config but be connected to a remote database with its own config
One tricky usage is that when loading the ConnectionStateMap, we populate the Connection
field from the Global config - but this may be invalid for remote connections
An alternative may be to store all Connection data in the connection_state table
Or - server side code which uses the ConnectionStateMap could separately load and reconcile the connections from the connection config
Also, we should consider explicitly separating the connection config and options and storing them separately - the client CAN access options, but NOT connection config
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.
This issue was closed because it has been stalled for 90 days with no activity.