Commit Graph

1175 Commits (6736ddee699092ab3e6f0fb5770b1f6f93aa9715)
 

Author SHA1 Message Date
Mariano Cano 6736ddee69 Use smallstep/cli v0.14.6 4 years ago
max furman e1fdd9300c go mod tidy 4 years ago
max furman f5da56e19f Bump version of cli to v0.14.5. 4 years ago
Mariano Cano 900651503e
Merge pull request #305 from mkontani/fix/provisioner-type
docs: fix provisioner type
4 years ago
mkontani feadaa6c56
docs: fix provisioner type
Signed-off-by: mkontani <itoama@live.jp>
4 years ago
max furman 84d9bf86f5 Add `forceCN` option in ACME provisioner doc 4 years ago
max furman 5752408618 Document the ACME, SSHPOP, X5C, and K8sSA provisioners.
- Fixes #266, #293, #294
4 years ago
max furman b200e84967 Pull most recent cli and go mod tidy 4 years ago
Max debce1cec2
Merge pull request #299 from smallstep/max/refactor
Refactor
4 years ago
max furman accf1be7e9 wip 4 years ago
max furman 7a7825cfcb wip 4 years ago
max furman 71d87b4e61 wip 4 years ago
max furman c7a6385913 Add authz capabilities table to provisioners doc 4 years ago
max furman d25e7f64c2 wip 4 years ago
max furman 3636ba3228 wip 4 years ago
Mariano Cano 39650637d4
Merge pull request #297 from smallstep/no-bastion-bastion
Do not return bastion for the configured bastion host.
4 years ago
Mariano Cano e9a0ad4ec7
Merge pull request #291 from smallstep/template-variables
Add support for required template variables
4 years ago
Mariano Cano fcfc4e9b2b Fix ssh federated template variables. 4 years ago
max furman 1951669e13 wip 4 years ago
Mariano Cano b0fdd0b2be Do not return bastion for the configured bastion host.
Fixes #296
4 years ago
Max be030309a4 Update issue templates 4 years ago
Max 5f27b31be5 Update issue templates 4 years ago
Mariano Cano 528d0910ab Add omitempty to requires property. 4 years ago
Mariano Cano 907162be44 Add test for DefaultTemplates. 4 years ago
Mariano Cano f82a248617 Add test with backfill. 4 years ago
Mariano Cano ff32746312 Add test case for error executing template. 4 years ago
Mariano Cano e3ae751b57 Use templates from authority instead of config. 4 years ago
Mariano Cano a845b56283 Remove the template path if we load the defaults. 4 years ago
Mariano Cano 237baa5169 Check for required variables in templates.
Fixes smallstep/cli#232
4 years ago
Mariano Cano 6c844a0618 Load default templates if no templates are configured. 4 years ago
Mariano Cano b583d8d658 Move default templates to the template package. 4 years ago
Max 2ebfc73f77
Merge pull request #290 from smallstep/max/profileLimit
Update profileLimitDuration validator ...
4 years ago
max furman 7d5cf34ce5 Update profileLimitDuration validator ...
- respect notBefore of the provisioner
- modify/fix the reported errors
4 years ago
Mariano Cano 72bb6e159f
Merge pull request #287 from smallstep/nil-templates
Avoid nil pointer panic on step ssh config with no templates.

Fixes #289
4 years ago
max furman 54be8889cd Correct attribute names for SSH claims in provisioner docs 4 years ago
Max 6ee30c3a41
Merge pull request #288 from smallstep/max/rhel-doc
Add RHEL/Centos install documentation and a section on systemctl configuration
4 years ago
max furman aaec9931f4 Add RHEL/Centos install docs and a section on systemctl config 4 years ago
Mariano Cano 9832d1538b Avoid nil pointer panic on step ssh config with no templates. 4 years ago
Mariano Cano 91bf74551b
Merge pull request #176 from moqmar/patch/ports-below-1024
Let step-ca bind to ports < 1024

Fixes #170
4 years ago
Mariano Cano 88add85e42
Merge pull request #286 from smallstep/ksm-imports
Move load of kms to main package.
4 years ago
Mariano Cano ddb4ca7a74 Move load of kms to main package.
With this change packages that import the authority won't load by
default all the supported kms with all its dependencies.

Fixes #228
4 years ago
Miclain K Keffeler 2d45f61987
Merge pull request #1 from mkkeffeler/mkkeffeler-docs
RHEL/CentOS Example
4 years ago
Miclain K Keffeler 195cdd664a
RHEL/CentOS Example 4 years ago
Max 0b528d2507
Merge pull request #283 from smallstep/max/empty-oids-nil
Always convert empty list to nil when saving orderIDs index.
4 years ago
max furman 41a1a053d8 Always convert empty list to nil when saving orderIDs index. 4 years ago
Max 619f6f6ce0
Merge pull request #281 from smallstep/max/acmeOrders
Only retain `pending' orders in the `acme_account_orders_index`
4 years ago
max furman 704a510a2a Remove non-pending orders from the acme_orders_by_account index ...
- Each acme account has an index in this table. Before this change, the
index would grow unchecked as orders accumulate. This change removes
orders that have moved out of the 'PENDING' state.
4 years ago
max furman c4f1eea5dc Correct badger file loading mode documentation. 4 years ago
David Cowden 30bfba48d5 Merge branch 'dcow/key-change-error'
Fixes: https://github.com/smallstep/certificates/pull/276
4 years ago
max furman d9a1fb7e5d Recommend badgerV2 in badger extra options documentation. 4 years ago