Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
co63oc 2025-04-09 02:00:08 +08:00 committed by GitHub
parent bf7f304010
commit c95f3cb47f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -227,7 +227,7 @@ proto: check-tools-external
buf generate
# 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.
$(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

View File

@ -85,7 +85,7 @@ func NewBroker(logger hclog.Logger) (*Broker, error) {
ent, err := newBrokerEnt()
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{

View File

@ -1939,7 +1939,7 @@ func testAccStepListCerts(
}
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
dns string // allowed dns names in the SAN extension of the certificate
emails string // allowed email names in SAN extension of the certificate