mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
small typos
This commit is contained in:
@@ -99,7 +99,7 @@ export const gatewayServiceFactory = ({
|
||||
!envCfg.GATEWAY_RELAY_REALM
|
||||
) {
|
||||
throw new BadRequestError({
|
||||
message: "Gateway handshake failed due to missing instance config."
|
||||
message: "Gateway handshake failed due to missing instance configuration."
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -79,7 +79,7 @@ export const pingGatewayAndVerify = async ({
|
||||
|
||||
if (certificate.subject.CN !== identityId || certificate.subject.O !== orgId) {
|
||||
throw new BadRequestError({
|
||||
message: `Invalid gateway. Certificate not found for ${identityId} in organisation ${orgId}`
|
||||
message: `Invalid gateway. Certificate not found for ${identityId} in organization ${orgId}`
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user