Change-Id: I892a71ac7588ea1e1de33ebc6bb8edc5c24e6513
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
#######################################################################################
-from pyrage import x25519
import yaml
import base64
return pubkey, privkey
-def generate_age_key():
- ident = x25519.Identity.generate()
- # gets the public key
- pubkey = ident.to_public()
- # gets the private key
- privkey = str(ident)
- # return both public and private key
- return pubkey, privkey
-
-
async def create_cluster(self, op_id, op_params, content):
self.logger.info(f"create_cluster Enter. Operation {op_id}. Params: {op_params}")
# self.logger.debug(f"Content: {content}")
motor
protobuf==3.20.3
pyasn1
-pyrage
pyyaml>6
pydantic
randomname
# macaroonbakery
# paramiko
# pymacaroons
-pyrage==1.2.2
- # via -r requirements.in
pyrfc3339==1.1
# via
# juju