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
As per title - if the search is within a map (a spring configuration map) the substring will not be found.
This is due to the fact that in vault, the spring will be seen as an object:
While if mapped as JSON:
"data": { "mongodb": { "key1": { "database": "databasename1", "uri": "connectionstring2.database.org" }, "key2": { "database": "databasename2", "uri": "connectionstring2.database.org" } }
In any case, searching for connectionstring2 will not work
``
The text was updated successfully, but these errors were encountered:
As per title - if the search is within a map (a spring configuration map) the substring will not be found.
This is due to the fact that in vault, the spring will be seen as an object:
While if mapped as JSON:
"data": { "mongodb": { "key1": { "database": "databasename1", "uri": "connectionstring2.database.org" }, "key2": { "database": "databasename2", "uri": "connectionstring2.database.org" } }
In any case, searching for connectionstring2 will not work
``
The text was updated successfully, but these errors were encountered: