Mariano Cano
Mariano Cano
### Description Commands like `step ca provisioner add` default currently to use the remote configuration, aka adminAPI if the CA configured in your has it enabled. But if we want...
Allow to add confirmation claims to tokens This commit allows passing confirmation claims to tokens to tie the tokens with a provided CSR or SSH public key. Fixes smallstep/certificates#1637 Related...
### Description This issue describes changes on the new defaults: - [x] Default signing algorithm: ECDSA-P256 - [x] Default hash algorithm: SHA256 - [x] Default PBKDF-2 iterations: 600000 - [...
### Discussed in https://github.com/smallstep/certificates/discussions/1143 Originally posted by **jodygilbert** October 26, 2022 I'm using step-cli 0.22.0 on Windows 10 to connect to various Ubuntu servers. The servers are running Ubuntu 18.04...
This commit will mark a provisioner as disabled if it fails to initialize. The provisioner will be visible, but authorizing a token with a disabled provisioner will always fail. Fixes:...
This commit adds support for the driver names pgx/v4 and pgx/v5. These aliases of different versions of pgx allows loading the proper driver if a dependency of a project imports...
This commit adds a simple support for Azure Key Vault Managed HSM by adding `managedhsm=true` to the key vault uri. Currently, this commit doesn't enforce the protection level HSM, but...
### Description Add support to [go-cloud](https://gocloud.dev) style URIs compatible with [cosign](https://docs.sigstore.dev/cosign/kms_support/)
### Description Some KMS will support symmetric ciphers PKCS#11 is one of them. We will probably need to add something like: ```golang type Cipher interface { CreateCipher(req *CreateCipherRequest) (*CreateCipherResponse, error)...
### Description Integrate https://github.com/helm/chart-releaser-action to automatically create the helm repo, instead of doing it manually.