You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/authority/provisioner
Mariano Cano f919535475 Add an extra way to distinguish Azure and Azure OIDC tokens.
We used to distinguish these tokens using the azp claim, but this
claim does not appear on new azure oidc tokens, at least on some
configurations.

This change will try to load by audience (client id) if the token
contains an email, required for OIDC.
3 years ago
..
testdata Add option to specify the AWS IID certificates to use. 4 years ago
acme.go Admin level API for provisioner mgmt v1 3 years ago
acme_test.go Admin level API for provisioner mgmt v1 3 years ago
aws.go Initialize required variables on GetIdentityToken 3 years ago
aws_test.go Initialize required variables on GetIdentityToken 3 years ago
azure.go Allow the reuse of azure token if DisableTrustOnFirstUse is true 3 years ago
azure_test.go Allow the reuse of azure token if DisableTrustOnFirstUse is true 3 years ago
claims.go Admin level API for provisioner mgmt v1 3 years ago
claims_test.go Add support for backdate to SSH certificates. 5 years ago
collection.go Add an extra way to distinguish Azure and Azure OIDC tokens. 3 years ago
collection_test.go Admin level API for provisioner mgmt v1 3 years ago
duration.go Fix spelling errors. 5 years ago
duration_test.go Add NewDuration constructor. 5 years ago
gcp.go Admin level API for provisioner mgmt v1 3 years ago
gcp_test.go Use go.step.sm/crypto/jose 4 years ago
jwk.go Admin level API for provisioner mgmt v1 3 years ago
jwk_test.go Admin level API for provisioner mgmt v1 3 years ago
k8sSA.go Admin level API for provisioner mgmt v1 3 years ago
k8sSA_test.go Admin level API for provisioner mgmt v1 3 years ago
keystore.go Use go.step.sm/crypto/jose 4 years ago
keystore_test.go Use go.step.sm/crypto/jose 4 years ago
method.go [acme db interface] wip errors 3 years ago
noop.go wip 3 years ago
noop_test.go Simplify statuscoder error generators. 5 years ago
oidc.go Admin level API for provisioner mgmt v1 3 years ago
oidc_test.go Removed the variadic username 3 years ago
options.go Ignore `null` string for x509 and ssh templateData. 4 years ago
options_test.go Validate payload ID. 4 years ago
provisioner.go Fix ErrAllowTokenReuse comment. 3 years ago
provisioner_test.go Fix the previous tests 3 years ago
scep.go Merge branch 'master' into max/cert-mgr-crud 3 years ago
sign_options.go Change fmt to errors package for formatting errors 3 years ago
sign_options_test.go Allow empty SAN in CSR for validation ... 4 years ago
sign_ssh_options.go Use always go.step.sm/crypto 4 years ago
sign_ssh_options_test.go Use always go.step.sm/crypto 4 years ago
ssh_options.go Ignore `null` string for x509 and ssh templateData. 4 years ago
ssh_options_test.go Upgrade crypto and fix test. 4 years ago
ssh_test.go Use sshutil and randutil from go.step.sm/crypto. 4 years ago
sshpop.go Move check of ssh revocation from provisioner to the authority. 3 years ago
sshpop_test.go Move check of ssh revocation from provisioner to the authority. 3 years ago
timeduration.go Add Unix method to TimeDuration. 5 years ago
timeduration_test.go wip 5 years ago
utils_test.go Add test for oidc with preferred usernames. 3 years ago
x5c.go Admin level API for provisioner mgmt v1 3 years ago
x5c_test.go Admin level API for provisioner mgmt v1 3 years ago