certificates/authority
Mariano Cano f919535475 Add an extra way to distinguish Azure and Azure OIDC tokens.
We used to distinguish these tokens using the azp claim, but this
claim does not appear on new azure oidc tokens, at least on some
configurations.

This change will try to load by audience (client id) if the token
contains an email, required for OIDC.
2021-08-30 16:37:29 -07:00
..
admin Addressing comments in PR review 2021-07-06 17:14:13 -07:00
administrator Fixes from PR review 2021-07-03 12:08:30 -07:00
config Use Default min version if not specified. 2021-08-11 15:33:45 -07:00
provisioner Add an extra way to distinguish Azure and Azure OIDC tokens. 2021-08-30 16:37:29 -07:00
status wip 2021-05-19 15:20:16 -07:00
testdata Add setup for Authority tests 2021-05-26 16:15:26 -07:00
admins.go Admin level API for provisioner mgmt v1 2021-07-02 19:05:17 -07:00
authority.go Ask for the first provisioner password if none is provided. 2021-08-10 17:30:33 -07:00
authority_test.go Fix tests when we create re-use a token with a new authority. 2021-08-30 16:36:18 -07:00
authorize.go Merge branch 'master' into linkedca 2021-08-25 15:56:50 -07:00
authorize_test.go Admin level API for provisioner mgmt v1 2021-07-02 19:05:17 -07:00
config.go Admin level API for provisioner mgmt v1 2021-07-02 19:05:17 -07:00
export.go Fix comment typos. 2021-08-23 15:18:54 -07:00
linkedca.go Implement revocation using linkedca. 2021-08-05 18:45:50 -07:00
options.go Use a token at start time to configure linkedca. 2021-07-19 19:28:06 -07:00
provisioners.go Ask for the first provisioner password if none is provided. 2021-08-10 17:30:33 -07:00
provisioners_test.go Admin level API for provisioner mgmt v1 2021-07-02 19:05:17 -07:00
root.go Simplify statuscoder error generators. 2020-01-28 13:29:40 -08:00
root_test.go Use always go.step.sm/crypto 2020-08-14 15:33:50 -07:00
ssh.go Move check of ssh revocation from provisioner to the authority. 2021-07-21 15:22:57 -07:00
ssh_test.go Move check of ssh revocation from provisioner to the authority. 2021-07-21 15:22:57 -07:00
tls.go Merge branch 'master' into linkedca 2021-08-25 15:56:50 -07:00
tls_test.go Admin level API for provisioner mgmt v1 2021-07-02 19:05:17 -07:00
version.go Add missing version.go file. 2020-01-28 13:28:17 -08:00