Commit Graph

368 Commits (840916ae1bf136a566727505613772d8c687b8bb)
 

Author SHA1 Message Date
Sebastian Tiedtke 840916ae1b
Note about usage instructions 5 years ago
Justin 351c01cf7e Do not allow pods in one namespace to create certificates for hostnames from another namespace. (#54)
* Do not allow pods in one namespace to create certificates for hostnames from another namespace.

* Make cluster domain configurable, clean up shouldMutate() logic, and make namespace restrictions configurable with restrictCertificatesToNamespace.

* Return certificate hostname validation errors in the admission webhook response.

* Appease the gometalinter.
5 years ago
max furman d85a083ce2 Add version to git archive name 5 years ago
max furman 8c5b14b88c docs: Update distribution artifacts 5 years ago
max furman 47eed2b914 forgot to add make target 5 years ago
max furman 464d1d4255 cli update 5 years ago
max furman 54af415d60 Add `make archive` for uploading source code tarball
* git default source code tarballs have a tendency of changing shasums
5 years ago
Mariano Cano 72eb069baf Fix typo
Fixes #43
5 years ago
Max 8b2de42e9c
Merge pull request #58 from smallstep/seb/oidc-docs 5 years ago
max furman 1bb25b5171 update cli dep | update release docs 5 years ago
Sebastian Tiedtke fab5f01cc5 Use personal cert 5 years ago
max furman f75a52d55b A few fixes to the OIDC provisioner docs 5 years ago
Sebastian Tiedtke 52f09605f4 Typo 5 years ago
Sebastian Tiedtke bf9bb7f9a1 Add closing note 5 years ago
Sebastian Tiedtke 725db1e127 Add docs for OIDC with Gsuite 5 years ago
Mariano Cano 2f2e748aca Use Go 1.12 5 years ago
Mariano Cano eacd2122d0 Use cli master dependency 5 years ago
Mariano Cano 04da00d716
Merge pull request #55 from smallstep/x509util-real-x509
Use standard x509 creating signed certificates
5 years ago
Mariano Cano 5b8b9ff768
Merge pull request #56 from smallstep/time-duration
TimeDuration support in sign requests.
5 years ago
Mariano Cano 7b9e08bcfa Fix comment. 5 years ago
Mariano Cano 64f2615864 Fix tests. 5 years ago
Mariano Cano 6d92ba75b9 Don't use pointer in TimeDuration.MarshalJSON 5 years ago
Mariano Cano 698058baa9 Add tests for TimeDuration. 5 years ago
Mariano Cano 00fed1c538 Add initial version of time duration support in sign requests. 5 years ago
Sebastian Tiedtke 7b1f4a43cf
Added example for custom claims (#39)
Add docs and examples for custom claims
5 years ago
Mariano Cano 8c8547bf65 Remove unnecessary parse and improve tests. 5 years ago
Mariano Cano da7360e445 Use x509util-real-x509 branch of cli 5 years ago
Mariano Cano b9530909a4 Fix tests. 5 years ago
Mariano Cano a3e2b4a552 Move certificate check to the right place. 5 years ago
Mariano Cano 30a6889d1f Use standard x509 instead of step one. 5 years ago
Mariano Cano 6b6d61df65
Merge pull request #53 from smallstep/claims-omitempty
Proper omitempty on claims
5 years ago
Mariano Cano 68ff077ea9 Improve tests. 5 years ago
Mariano Cano 76618558ae Improve unit tests. 5 years ago
Mariano Cano 7378ed27ac Refactor claims so they can be totally omitted if only the parent is set. 5 years ago
Mariano Cano 095ab891e7
Merge pull request #51 from smallstep/oidc-provisioner
OIDC provisioners
5 years ago
Mariano Cano 5d5f03f963 Set omitempty to admins and domains. 5 years ago
Mariano Cano 6592c4784b Fix flag parsing after the configuration file
Fixes #52
5 years ago
Mariano Cano 8a05cdde52 Add audience in the error v2 5 years ago
Mariano Cano f8fba4df6b Add audience in error. 5 years ago
Mariano Cano 60880d1f0a Add domains and check emails properly. 5 years ago
Mariano Cano 5edbce017f Set docs for client secret as mandatory, but it can be blank. 5 years ago
Mariano Cano 2c0c0112c6 Add an optional client secret field. 5 years ago
Mariano Cano 945a1371f1 Fix tests. 5 years ago
Mariano Cano 0b4cde1ad3 Move type to the first position of the struct. 5 years ago
Mariano Cano 23e6de57a2 Address comments in code review. 5 years ago
Mariano Cano 07cdc1021c Use OIDC nonce as the reuse key. 5 years ago
Mariano Cano 3e234427ed Merge branch 'master' into oidc-provisioner 5 years ago
Mariano Cano 7fd737cbb1 Fix lint warnings. 5 years ago
Mariano Cano 1f5ff5c899 Fix sign and renew tests. 5 years ago
Mariano Cano 2fb77b8a4d Truncate to seconds the startTime to simplify tests. 5 years ago