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 5d87201abc
Ignore principals validations with OIDC
This commit will ignore principals validation when an OIDC provisioner
is used. When the principals in the server does not match the principals
given the validation was failing, even if the proper principals were set
by templates or webhooks. With this change OIDC will not validate the
principals and just set the default ones (name, name@example.org) plus
the ones in the templates.

This commit also includes a change in the templates to allow to pass
a provisioner to the $(step path)/ssh/config template

Related to #807
1 year ago
..
testdata Provisioner webhooks (#1001) 2 years ago
acme.go Add additional ACME `meta` properties to provisioner configuration 2 years ago
acme_118_test.go Fix linter warnings 2 years ago
acme_119_test.go Add concurrency workflow config | fix broken test due to golang ver 2 years ago
acme_test.go Provisioner webhooks (#1001) 2 years ago
aws.go Provisioner webhooks (#1001) 2 years ago
aws_test.go Provisioner webhooks (#1001) 2 years ago
azure.go Provisioner webhooks (#1001) 2 years ago
azure_test.go Provisioner webhooks (#1001) 2 years ago
claims.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
claims_test.go Add support for backdate to SSH certificates. 4 years ago
collection.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
collection_test.go Add public methods to retrieve the provisioner extensions. 2 years ago
controller.go Fix webhook controller ignoring cert type 2 years ago
controller_test.go Fix webhook controller ignoring cert type 2 years ago
duration.go Fix spelling errors. 5 years ago
duration_test.go Add NewDuration constructor. 5 years ago
extension.go Add public methods to retrieve the provisioner extensions. 2 years ago
extension_test.go Add public methods to retrieve the provisioner extensions. 2 years ago
gcp.go Provisioner webhooks (#1001) 2 years ago
gcp_test.go Provisioner webhooks (#1001) 2 years ago
jwk.go Provisioner webhooks (#1001) 2 years ago
jwk_test.go Provisioner webhooks (#1001) 2 years ago
k8sSA.go Provisioner webhooks (#1001) 2 years ago
k8sSA_test.go Provisioner webhooks (#1001) 2 years ago
keystore.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
keystore_test.go Use go.step.sm/crypto/jose 4 years ago
method.go Add provisioner to SSH renewals 2 years ago
nebula.go Provisioner webhooks (#1001) 2 years ago
nebula_test.go Use the provisioner controller in Nebula renewals 2 years ago
noop.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
noop_test.go Fix unit tests. 2 years ago
oidc.go Ignore principals validations with OIDC 1 year ago
oidc_test.go Ignore principals validations with OIDC 1 year ago
options.go Provisioner webhooks (#1001) 2 years ago
options_test.go Provisioner webhooks (#1001) 2 years ago
policy.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
provisioner.go Provisioner webhooks (#1001) 2 years ago
provisioner_test.go Fix err assert linter warnings - upgrade outdated package 2 years ago
scep.go Provisioner webhooks (#1001) 2 years ago
sign_options.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
sign_options_test.go Replace instead of prepend provisioner extension 2 years ago
sign_ssh_options.go Refactor policy engines into container 2 years ago
sign_ssh_options_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
ssh_options.go Don't return policy in provisioner JSON 2 years ago
ssh_options_test.go Upgrade crypto and fix test. 3 years ago
ssh_test.go Provisioner webhooks (#1001) 2 years ago
sshpop.go Add provisioner to SSH renewals 2 years ago
sshpop_test.go Fix err assert linter warnings - upgrade outdated package 2 years ago
timeduration.go Add Unix method to TimeDuration. 5 years ago
timeduration_test.go wip 5 years ago
utils_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
webhook.go Provisioner webhooks (#1001) 2 years ago
webhook_test.go Provisioner webhooks (#1001) 2 years ago
x5c.go Provisioner webhooks (#1001) 2 years ago
x5c_test.go Fix err assert linter warnings - upgrade outdated package 2 years ago