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
The annotation will be removed from the configuration.
So after processing it would look like my.password ="abcdef"
For this to work, with the no cache feature, leaf nodes need to support metadata. Then we add a metadata to not cache the result. We then need to pass up the metadata with a decoded value.
So internally we would wrap all results in a container config object that returns the decoded value with any meta data.
For complex types like classes and records, the meta data will contain all the meta data of the leaf nodes.
The text was updated successfully, but these errors were encountered:
Currently to setup a temporary password or an encrypted password you need to use a builder.
For example:
Annotation support for temporary password and encrypted secrets
The annotation will be removed from the configuration.
So after processing it would look like my.password ="abcdef"
For this to work, with the no cache feature, leaf nodes need to support metadata. Then we add a metadata to not cache the result. We then need to pass up the metadata with a decoded value.
So internally we would wrap all results in a container config object that returns the decoded value with any meta data.
For complex types like classes and records, the meta data will contain all the meta data of the leaf nodes.
The text was updated successfully, but these errors were encountered: