You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The Open MCT Couch plugin should support a flag that designates a specified database as "read-only". Couch DB does not natively support the concept of read-only databases, but they can be implemented using design documents.
Describe the solution you'd like
A flag specifying that a database is read-only when the Couch plugin is installed. I think we will need a new optional isReadOnly function on object providers, since it currently feature detects create and update functions, and we need more control that this since we are using the CouchObjectProvider for both mutable and read-only databases.
Note that it probably makes sense to implement #7359 before implementing this change.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The Open MCT Couch plugin should support a flag that designates a specified database as "read-only". Couch DB does not natively support the concept of read-only databases, but they can be implemented using design documents.
Describe the solution you'd like
A flag specifying that a database is read-only when the Couch plugin is installed. I think we will need a new optional
isReadOnly
function on object providers, since it currently feature detects create and update functions, and we need more control that this since we are using the CouchObjectProvider for both mutable and read-only databases.Note that it probably makes sense to implement #7359 before implementing this change.
The text was updated successfully, but these errors were encountered: