Herman Slatman
|
54c560f620
|
Improve configuration file initialization log output
|
2022-10-24 15:22:37 +02:00 |
|
Herman Slatman
|
da5d2b405c
|
Merge branch 'master' into herman/remote-management-helm
|
2022-10-13 23:36:50 +02:00 |
|
max furman
|
7203739369
|
Fix err assert linter warnings - upgrade outdated package
|
2022-10-12 16:32:26 -07:00 |
|
Herman Slatman
|
c9ee4a9f9d
|
Disable initialization log output if started with --quiet
|
2022-10-11 12:19:48 +02:00 |
|
Andrew Reed
|
7101fbb0ee
|
Provisioner webhooks (#1001)
|
2022-09-29 19:16:26 -05:00 |
|
max furman
|
ffff9af323
|
linting and fixing review feedback
|
2022-09-20 22:12:08 -07:00 |
|
max furman
|
7c5e5b2b87
|
Even more linter fixes
|
2022-09-20 21:48:04 -07:00 |
|
max furman
|
1e0ea6f958
|
more linting fixes
|
2022-09-20 19:05:12 -07:00 |
|
Mariano Cano
|
567d96c771
|
Revert "Run on plaintext HTTP to support Cloud Run"
This reverts commit 09b9673a60 .
|
2022-09-20 18:57:46 -07:00 |
|
Brandon Weeks
|
f3d2bd7a19
|
Run on plaintext HTTP to support Cloud Run
|
2022-09-20 16:43:30 -07:00 |
|
max furman
|
ab0d2503ae
|
Standardize linting file and fix or ignore lots of linting errors
|
2022-09-20 16:35:41 -07:00 |
|
Mariano Cano
|
ebce40e9b6
|
Add new method ACMEClient.ValidateWithPayload
This new method will be used to validate to validate the device
attestation payload.
|
2022-08-29 19:35:52 -07:00 |
|
Mariano Cano
|
23b8f45b37
|
Address gosec warnings
Most if not all false positives
|
2022-08-18 17:46:20 -07:00 |
|
Mariano Cano
|
6cab4d328e
|
Add a middleware to automatically route HEAD requests to GET
Fixes #992
|
2022-08-16 16:10:29 -07:00 |
|
Mariano Cano
|
f1aabaa99c
|
Use functions from os instead of io/ioutil
|
2022-08-08 12:12:53 -07:00 |
|
Mariano Cano
|
a8819376d3
|
Remove empty lines on debug information
At the start of step-ca some information about the CA is displayed,
this change remove extra lines when displaying the ssh public keys.
|
2022-08-02 16:05:04 -07:00 |
|
Shulhan
|
fe04f93d7f
|
all: reformat all go files with the next gofmt (Go 1.19)
There are some changes that manually edited, for example using '-' as
default list and grouping imports.
|
2022-06-16 01:28:59 +07:00 |
|
Herman Slatman
|
a564b4f32e
|
Merge pull request #944 from smallstep/herman/tls-wasm-client
Set nil dial context for js/wasm runtime
|
2022-05-25 22:35:18 +02:00 |
|
Herman Slatman
|
a7dd3a986f
|
Set nil dial context for js/wasm runtime
|
2022-05-25 16:51:26 +02:00 |
|
Mariano Cano
|
26dd97e718
|
Merge branch 'master' into context-authority
|
2022-05-23 12:36:16 -07:00 |
|
Mariano Cano
|
3c4d0412ef
|
Merge pull request #941 from smallstep/ssh-provisioner
Report SSH provisioner
|
2022-05-20 12:24:30 -07:00 |
|
Mariano Cano
|
eebbd65dd5
|
Fix linter error
|
2022-05-20 12:03:36 -07:00 |
|
Max
|
f8148071fb
|
Merge pull request #915 from smallstep/max/removing-beta
exposing authority configuration for provisioner cli commands
|
2022-05-19 22:53:59 -07:00 |
|
Mariano Cano
|
1ad75a3bdb
|
Skip failing test for now
This test fails randomly on VMs, there's an issue to fix this so
skipping it for now
|
2022-05-19 18:51:51 -07:00 |
|
max furman
|
bfb406bf70
|
Fixes for PR review
|
2022-05-18 09:43:32 -07:00 |
|
Mariano Cano
|
f639bfc53b
|
Use contexts on the new PolicyAdminResponder
|
2022-05-06 14:05:08 -07:00 |
|
Mariano Cano
|
d461918eb0
|
Merge branch 'master' into context-authority
|
2022-05-06 13:21:41 -07:00 |
|
Mariano Cano
|
62d93a644e
|
Apply base context to test of the ca package
|
2022-05-02 19:39:50 -07:00 |
|
Mariano Cano
|
9147356d8a
|
Fix linter errors
|
2022-05-02 18:47:47 -07:00 |
|
Mariano Cano
|
d1f75f1720
|
Refactor ACME api.
|
2022-04-28 19:15:18 -07:00 |
|
Mariano Cano
|
688f9ceb56
|
Add scep authority to context.
|
2022-04-27 18:02:37 -07:00 |
|
Mariano Cano
|
216d8f0efb
|
Handle acme requests with the new api
|
2022-04-27 15:44:41 -07:00 |
|
Mariano Cano
|
439cb81b13
|
Use admin Route function
|
2022-04-27 12:16:16 -07:00 |
|
Mariano Cano
|
8bd4e1d73e
|
Inject the acme database in the context
|
2022-04-27 12:13:16 -07:00 |
|
Mariano Cano
|
0446e82320
|
Add context methods for the authority database
|
2022-04-27 12:05:19 -07:00 |
|
Mariano Cano
|
623c296555
|
Create context methods from admin database
|
2022-04-27 11:58:52 -07:00 |
|
Mariano Cano
|
d5070ecf31
|
Use server BaseContext
Instead of using the authority middleware this change adds the
authority in the base context of the server.
|
2022-04-27 11:06:55 -07:00 |
|
Mariano Cano
|
a93653ea8e
|
Use api.Route instead of the caHandler.
|
2022-04-26 14:32:55 -07:00 |
|
Mariano Cano
|
900a640f01
|
Enable the authority middleware in the server
|
2022-04-26 12:55:28 -07:00 |
|
Herman Slatman
|
2a7620641f
|
Fix more PR comments
|
2022-04-26 10:15:17 +02:00 |
|
Herman Slatman
|
76112c2da1
|
Improve error creation and testing for core policy engine
|
2022-04-26 01:47:07 +02:00 |
|
max furman
|
b91affdd34
|
exposing authority configuration for provisioner cli commands
|
2022-04-25 10:23:07 -07:00 |
|
Herman Slatman
|
a3c51881c7
|
Merge branch 'master' into herman/allow-deny
|
2022-04-22 15:52:36 +02:00 |
|
Herman Slatman
|
b72430f4ea
|
Block all APIs when using linked deployment mode
|
2022-04-21 16:18:55 +02:00 |
|
Carl Tashian
|
97b64aa851
|
Cosmetic fix for consistency in the startup messages
|
2022-04-20 09:24:53 -07:00 |
|
Herman Slatman
|
ad2de16299
|
Merge branch 'master' into herman/allow-deny
|
2022-04-19 10:26:31 +02:00 |
|
Mariano Cano
|
4770b405ba
|
Drop any query string from the admin tokens
This commit makes sure the admin token audience is passed without
a query string (or any fragment).
|
2022-04-18 15:18:23 -07:00 |
|
Herman Slatman
|
ff8cb19b78
|
Fix usage of URL in generateAdminToken
|
2022-04-18 21:59:06 +02:00 |
|
Herman Slatman
|
abcad679ff
|
Merge branch 'master' into herman/allow-deny
|
2022-04-18 21:54:55 +02:00 |
|
Mariano Cano
|
2fbff47acf
|
Add missing return in test.
|
2022-04-11 12:18:44 -07:00 |
|