kind-jelly-61624
07/18/2022, 5:59 PM{
acceleration_status : [secret]
bucket : {
acceleration_status : "Suspended"
acl : "private"
.......
}
}
When I return the encrypted acceleration_status as it’s own output - it stays encrypted. But when I return it as a field within the bucket object - it gets decrypted.self.outputs = {"bucket": bucket, "acceleration_status": bucket.acceleration_status}
add_additional_secrets
).
It stays encrypted if it’s a separate output but gets decrypted if I return the whole bucket object.