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
I need to implement some new features that vaultage does not provide at this moment.
I could make a PR to add them but I would like to know if you are agree to merge them before.
Needs:
Multi catalogs
V1: we cannot have different backend for 2 files crypted with vaultage
V2: we can define catalogs and have a better granularity of user rights.
--write replaced by ! --dry-run
V1: --write to encrypt/decrypt ...
V2: --dry-run to not encrypt/decrypt ;) looks a better UX.
I have some other ideas which could be done in v2.x (wildcard filepaths, ...) but the Multi Catalog feature would be BC break.
ok so catalog introduce a new concept, that's it? Is there another way to avoid to introduce it?
I would prefer the 2nd solution as it looks like a bit to what vault has done but I'm not sure it has to deal with this yml file.
Hi,
I need to implement some new features that vaultage does not provide at this moment.
I could make a PR to add them but I would like to know if you are agree to merge them before.
Needs:
Multi catalogs
V1: we cannot have different backend for 2 files crypted with vaultage
V2: we can define catalogs and have a better granularity of user rights.
--write replaced by ! --dry-run
V1: --write to encrypt/decrypt ...
V2: --dry-run to not encrypt/decrypt ;) looks a better UX.
I have some other ideas which could be done in v2.x (wildcard filepaths, ...) but the Multi Catalog feature would be BC break.
Here is an example of the multi-catalog feature:
we have to choose a format ... this one is not bad too.
Thoughts ?
The text was updated successfully, but these errors were encountered: