1
0
mirror of https://github.com/smallstep/cli.git synced 2025-04-19 10:42:15 +03:00

18 Commits

Author SHA1 Message Date
Max
05f95e5b1e
Upgrade certificate 0.26.0 | fix linter warnings (#1140)
* Update certificates to 0.26.0

* Fix linter warnings
2024-03-28 19:12:36 -07:00
Andrew Reed
ff43e7d0dc
Detect OIDC tokens issued by Kubernetes (#953)
Service account tokens issued by the Kubernetes API server in recent
versions are valid OIDC tokens but the do not contain an email in the
payload. Update the Payload Type test to interpret tokens with all five
required claims as OIDC tokens.
2023-06-07 09:59:22 -07:00
Remi Vichery
4a0c6daf83
fixup! Add support for alternate issuer for Azure tokens 2023-03-26 11:33:43 -07:00
Remi Vichery
ddd5b65881
Add support for alternate issuer for Azure tokens 2023-03-06 19:25:07 -08:00
Mariano Cano
d63010ef16
Use go.step.sm/jose 2022-10-04 15:26:08 -07:00
vijayjt
f1e39e670f Change VirtualMachine to ResourceName 2022-03-22 00:22:48 +00:00
vijayjt
5688694051 Support Azure tokens from managed identities not associated with a VM 2022-03-07 12:01:36 +00:00
Mariano Cano
bf0a16f242 Fix review comments. 2022-01-11 15:05:17 -08:00
Mariano Cano
a9075d3cbf Add initial support for the nebula provisioner. 2021-12-29 14:20:43 -08:00
max furman
31bea20e26 standardize k8ssa token check on issuer name 2020-08-31 20:56:42 -07:00
Mariano Cano
c1318bfa95 Update certificates version. 2020-01-28 13:33:59 -08:00
Mariano Cano
bc40b8f60d Add support for multiple types of versions. 2020-01-28 13:33:59 -08:00
max furman
3b8506e18e Add kubernetes service account provisioner / tokens
* add/remove provisioner
* use kubernetes service accoun tokens with `step ca
sign|token|certificate`
2019-10-29 17:41:22 -07:00
max furman
323f7e11ab Add x5c provisioner capabilities
* certificate create/sign with x5c token
* provisioner add/remove
* jwt/jws sign with x5c hdr
2019-10-14 15:01:46 -07:00
Mariano Cano
84df5b491b Add support for multiple types of versions. 2019-09-18 15:54:47 -07:00
Mariano Cano
e76f3c022e Add initial support for azure.
Fixes smallstep/certificates#69
2019-05-07 19:09:18 -07:00
Mariano Cano
19c493d3ec Add support for AWS and GCP provisioners.
Fixes smallstep/certificates#67
Fixes smallstep/certificates#68
2019-04-24 14:52:11 -07:00
Mariano Cano
8d46da4a08 Add methods to parse supported CA tokens. 2019-04-17 18:44:44 -07:00