mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-07 07:07:05 +02:00
parent
bf7f304010
commit
c95f3cb47f
2
Makefile
2
Makefile
@ -227,7 +227,7 @@ proto: check-tools-external
|
|||||||
buf generate
|
buf generate
|
||||||
|
|
||||||
# No additional sed expressions should be added to this list. Going forward
|
# No additional sed expressions should be added to this list. Going forward
|
||||||
# we should just use the variable names choosen by protobuf. These are left
|
# we should just use the variable names chosen by protobuf. These are left
|
||||||
# here for backwards compatibility, namely for SDK compilation.
|
# here for backwards compatibility, namely for SDK compilation.
|
||||||
$(SED) -i -e 's/Id/ID/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' vault/request_forwarding_service.pb.go
|
$(SED) -i -e 's/Id/ID/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' vault/request_forwarding_service.pb.go
|
||||||
$(SED) -i -e 's/Idp/IDP/' -e 's/Url/URL/' -e 's/Id/ID/' -e 's/IDentity/Identity/' -e 's/EntityId/EntityID/' -e 's/Api/API/' -e 's/Qr/QR/' -e 's/Totp/TOTP/' -e 's/Mfa/MFA/' -e 's/Pingid/PingID/' -e 's/namespaceId/namespaceID/' -e 's/Ttl/TTL/' -e 's/BoundCidrs/BoundCIDRs/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' helper/identity/types.pb.go helper/identity/mfa/types.pb.go helper/storagepacker/types.pb.go sdk/plugin/pb/backend.pb.go sdk/logical/identity.pb.go vault/activity/activity_log.pb.go
|
$(SED) -i -e 's/Idp/IDP/' -e 's/Url/URL/' -e 's/Id/ID/' -e 's/IDentity/Identity/' -e 's/EntityId/EntityID/' -e 's/Api/API/' -e 's/Qr/QR/' -e 's/Totp/TOTP/' -e 's/Mfa/MFA/' -e 's/Pingid/PingID/' -e 's/namespaceId/namespaceID/' -e 's/Ttl/TTL/' -e 's/BoundCidrs/BoundCIDRs/' -e 's/SPDX-License-IDentifier/SPDX-License-Identifier/' helper/identity/types.pb.go helper/identity/mfa/types.pb.go helper/storagepacker/types.pb.go sdk/plugin/pb/backend.pb.go sdk/logical/identity.pb.go vault/activity/activity_log.pb.go
|
||||||
|
@ -85,7 +85,7 @@ func NewBroker(logger hclog.Logger) (*Broker, error) {
|
|||||||
|
|
||||||
ent, err := newBrokerEnt()
|
ent, err := newBrokerEnt()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("error creating audit broker extentions: %w", err)
|
return nil, fmt.Errorf("error creating audit broker extensions: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
return &Broker{
|
return &Broker{
|
||||||
|
@ -1939,7 +1939,7 @@ func testAccStepListCerts(
|
|||||||
}
|
}
|
||||||
|
|
||||||
type allowed struct {
|
type allowed struct {
|
||||||
names string // allowed names in the certificate, looks at common, name, dns, email [depricated]
|
names string // allowed names in the certificate, looks at common, name, dns, email [deprecated]
|
||||||
common_names string // allowed common names in the certificate
|
common_names string // allowed common names in the certificate
|
||||||
dns string // allowed dns names in the SAN extension of the certificate
|
dns string // allowed dns names in the SAN extension of the certificate
|
||||||
emails string // allowed email names in SAN extension of the certificate
|
emails string // allowed email names in SAN extension of the certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user