We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 86cd19a + a646fbc commit 0f0fdb4Copy full SHA for 0f0fdb4
1 file changed
api/models.py
@@ -408,6 +408,7 @@ def flat(self):
408
'runtime': self.layer.runtime,
409
'proxy': self.layer.proxy,
410
'ssh_username': self.layer.ssh_username,
411
+ 'ssh_public_key': self.layer.ssh_public_key,
412
'ssh_private_key': self.layer.ssh_private_key,
413
'ssh_port': self.layer.ssh_port,
414
'config': dict(self.layer.config),
0 commit comments