Skip to content

Commit

Permalink
Remove no longer used variables
Browse files Browse the repository at this point in the history
  • Loading branch information
beejones committed Jan 9, 2025
1 parent 3c6d178 commit 22ad370
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/utils/jwt/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ import fs from "fs";
import { Request, Response } from "express";
import * as Keys from "./keys";

const proposalsPath = `${process.env.KMS_WORKSPACE}/proposals`;
const privateKeyPath = `${process.env.KMS_WORKSPACE}/private.pem`;
const certificatePath = `${process.env.KMS_WORKSPACE}/cert.pem`;
const kid = "Demo IDP kid";
const host = `http://localhost:0`;
const iss = "http://Demo-jwt-issuer";
const sub = "c0d8e9a7-6b8e-4e1f-9e4a-3b2c1d0f5a6b";
const name = "Cool caller";
Expand Down

0 comments on commit 22ad370

Please sign in to comment.