-
I'm using azapi_resource_action to generate a key pair:
```
resource "azapi_resource_action" "admin_user_ssh_public_key_generate" {
type = "Microsoft.Compute/sshPublicKeys@2022-11-01"
…
oocx updated
2 months ago
-
const PRIVATEKEY = process.env.PRIVATEKEY;
const serviceAccount = {
type: process.env.TYPE,
project_id: process.env.PROJECTID,
private_key_id: process.env.PROJECTKEYID,
private_key: PRI…
-
const senderPrivateKey = this.privateKey; let seqno = await this.wallet.methods.seqno().call(); if (seqno === null || seqno === undefined) { seqno = 0; } const amount = TonWeb.utils.toNano(tokenAmount…
-
It would be nice to document the expected format of the private key. I need use get an IMS token from a serverless action, and passing in all secrets as strings to the action. I can't seem to get the …
-
```
$ grep privateKey /home/AD/tf128/.litconfig
privateKey: ${HOME}/.ssh/id_rsa_4096
$ lit auth urzds | grep -e config -e privateKey
load config: ${HOME}/.litconfig
privateKey: ${HOME}/.ssh/id_rsa
```…
ghost updated
8 years ago
-
## Use Case
Would like to use this plugin to configure okta as provider for oauth2.0
## Describe the Solution You Would Like
Would like to use this plugin to configure okta oauth2.0 with private_…
-
**Is your feature request related to a problem? Please describe.**
For compatibility with using deploy keys with ArgoCD it is necessary to be able to generate SSH keypair secrets with data `sshPriv…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x333ee24524b9daf8df70c802935d2d6d9a8592abce5bb294ce5b29d18c5baa37
**Severity:** low
**Description:**
**Description**…
-
```c#
public KeyPair(byte[] privateKey)
{
if (privateKey.Length != SK_SIZE)
throw new ArgumentException("Incorrect private key length");
ClearTextPrivateKey= privateKey;
…
-
If I don't pass a secret to `secp256k1.Signing.PrivateKey` I get a random one. Checking the code to see its implementation, I see that it may be possible to generate an invalid key?
https://github.…