forked from TrueCloudLab/certificates
Use authorityId instead of authorityID.
In json or javascript world authorityId, userId, ... are more common than authorityID, ...
This commit is contained in:
parent
f7e09af9df
commit
49c1427d15
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ type ASN1DN struct {
|
||||||
// cas.Options.
|
// cas.Options.
|
||||||
type AuthConfig struct {
|
type AuthConfig struct {
|
||||||
*cas.Options
|
*cas.Options
|
||||||
AuthorityID string `json:"authorityID,omitempty"`
|
AuthorityID string `json:"authorityId,omitempty"`
|
||||||
Provisioners provisioner.List `json:"provisioners"`
|
Provisioners provisioner.List `json:"provisioners"`
|
||||||
Admins []*linkedca.Admin `json:"-"`
|
Admins []*linkedca.Admin `json:"-"`
|
||||||
Template *ASN1DN `json:"template,omitempty"`
|
Template *ASN1DN `json:"template,omitempty"`
|
||||||
|
|
Loading…
Add table
Reference in a new issue