Details
-
Improvement
-
Status: Resolved
-
P3
-
Resolution: Workaround
-
None
-
None
Description
Currently, the password is decrypted before the serialization of the pipeline and this causes the raw version to be visible to everyone on the staging location.
To avoid this, we delayed the decryption of the password when connecting to the cluster, which ensures that the raw password is never serialized in the pipeline.