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
Herman Slatman d981b9e0dc
Add `--admin-subject` flag to `ca init`
The first super admin subject can now be provided through the
`--admin-subject` flag when initializing a CA.

It's not yet possible to configure the subject of the first
super admin when provisioners are migrated from `ca.json` to the
database. This effectively limits usage of the flag to scenarios
in which the provisioners are written to the database immediately,
so when `--remote-management` is enabled. It currently also doesn't
work with Helm deployments, because there's no mechanism yet to
pass this type of option to the Helm chart.

This commit partially addresses https://github.com/smallstep/cli/issues/697
2 years ago
..
admin Provisioner webhooks (#1001) 2 years ago
administrator Improve policy error handling code coverage 2 years ago
config Write updated CA configuration after migrating provisioners 2 years ago
internal/constraints Fix some more extra white spaces 2 years ago
policy Standardize linting file and fix or ignore lots of linting errors 2 years ago
provisioner Fix err assert linter warnings - upgrade outdated package 2 years ago
testdata Add special handling for *json.UnmarshalTypeError 2 years ago
admins.go exposing authority configuration for provisioner cli commands 2 years ago
authority.go Add `--admin-subject` flag to `ca init` 2 years ago
authority_test.go Add GetID() and add authority to initial context 2 years ago
authorize.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
authorize_test.go Provisioner webhooks (#1001) 2 years ago
config.go Admin level API for provisioner mgmt v1 3 years ago
export.go Use go.step.sm/crypto/kms 2 years ago
linkedca.go Add support for storing or sending attestation data to linkedca 2 years ago
options.go Disable initialization log output if started with `--quiet` 2 years ago
policy.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
policy_test.go Standardize linting file and fix or ignore lots of linting errors 2 years ago
provisioners.go Add support for storing or sending attestation data to linkedca 2 years ago
provisioners_test.go Fix err assert linter warnings - upgrade outdated package 2 years ago
root.go Simplify statuscoder error generators. 4 years ago
root_test.go Fix errors.As linter warnings 2 years ago
ssh.go Provisioner webhooks (#1001) 2 years ago
ssh_test.go Fix err assert linter warnings - upgrade outdated package 2 years ago
tls.go Add support for storing or sending attestation data to linkedca 2 years ago
tls_test.go Add support for storing or sending attestation data to linkedca 2 years ago
version.go Add missing version.go file. 4 years ago
webhook.go Provisioner webhooks (#1001) 2 years ago
webhook_test.go Provisioner webhooks (#1001) 2 years ago