mirror of
https://github.com/retspen/webvirtcloud
synced 2026-03-23 11:04:49 +00:00
Use JSON Web Signature and Encryption (JWS & JWE) between webvirtcloud and gstfsd
This commit is contained in:
parent
17cb7ace88
commit
6dc7473ab0
9 changed files with 166 additions and 30 deletions
|
|
@ -7,6 +7,7 @@ class Compute(models.Model):
|
|||
login = models.CharField(max_length=20)
|
||||
password = models.CharField(max_length=14, blank=True, null=True)
|
||||
type = models.IntegerField()
|
||||
gstfsd_key = models.CharField(max_length=256, blank=True, null=True)
|
||||
|
||||
def __unicode__(self):
|
||||
return self.hostname
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue