-
e.g.:
```
- name: Launch Instance
ec2: image=''
instance_type="{{ instance_type }}"
keypair='dashboard'
instance_tags='{"Environment":"""Class":"-immutable","Name":" …
-
We will need:
- an index to associate uids with user names so that users can change their names with a continuity of editing history
- a device id based on a keypair to sign the log messages
- an inde…
ghost updated
8 years ago
-
{'code': -32002, 'message': 'Transaction simulation failed: Attempt to debit an account but found no record of a prior credit.', 'data': {'accounts': None, 'err': 'AccountNotFound', 'logs': []}}
Ge…
-
### What happened + What you expected to happen
The function of the CLI `ray dashboard` is to port forward to the cluster. While the command is running, it blocks the terminal indefinitely as the po…
-
Hello,
Trying to use your lib with php 7.0 to encrypt files, but can't find any `sodium_crypto_secretstream_*` functions as in the libsodium-php examples.
Am I missing something?
-
Hi, I just created SDWAN controller on AWS by using the terraform apply , the instances were created successfully, but I can't login to the vbond/vsmart/vmanage with default user/pass: admin/admin, I…
-
I have a openvpn config using keypairs instead of username/password.
For security reasons, the private key is encrypted with a password.
If I start the connection via openvpn from CLI, it asks for…
qroac updated
3 years ago
-
I am having type error: `cannot use keyPair.PublicKey (type "**github.com/bigchaindb/go-bigchaindb-driver/vendor/golang.org/x/crypto/ed25519".PublicKey**) as type "**golang.org/x/crypto/ed25519**".Pub…
-
Ini spec only allows semicolons to be interpreted as comments when they are in the beginning of the line.
`; comment`
I'm experiencing bug when parsing the following keypair:
`key=value;value;value`
`…
-
@ ICMC @t8m noted these items in a discussion with KeyPair:
- X25519 and X449 KEX is not really allowed with FIPS 140-3 modules -
it was explicitly mentioned in some presentations (it was and is
…