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
(PUP-8969) Preserve sensitiveness of epp templates
If an EPP template contains a Sensitive data type, then join the unwrapped
value, but wrap the entire result as Sensitive. This way the underlying
sensitive value is preserved, and the caller can access it by unwrapping the
entire result. Previously, the result was always a string and contained the
generic 'Sensitive [redacted]' message, so the underlying sensitive value was
lost.
Update the `epp` and `inline_epp` function signatures, since they can both
return either String or Sensitive[String].
Update the `epp` application to unwrap sensitive values produced by the above
functions.
0 commit comments