@friggframework/core 2.0.0--canary.405.1f6792c.0 → 2.0.0--canary.405.b81908d.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -123,8 +123,6 @@ const getEncryptionConfiguration = () => {
123
123
  hasAES,
124
124
  hasKMS,
125
125
  mode,
126
- kmsKeyArn: KMS_KEY_ARN || '(not set)',
127
- aesKeyId: AES_KEY_ID || '(not set)'
128
126
  };
129
127
  };
130
128
 
@@ -259,8 +257,6 @@ const checkEncryptionHealth = async () => {
259
257
  testResult,
260
258
  encryptionWorks: false,
261
259
  debug: {
262
- KMS_KEY_ARN: config.kmsKeyArn,
263
- AES_KEY_ID: config.aesKeyId,
264
260
  hasKMS: config.hasKMS,
265
261
  hasAES: config.hasAES
266
262
  }
@@ -276,8 +272,6 @@ const checkEncryptionHealth = async () => {
276
272
  bypassed: config.isBypassed,
277
273
  stage: config.stage,
278
274
  debug: {
279
- KMS_KEY_ARN: config.kmsKeyArn,
280
- AES_KEY_ID: config.aesKeyId,
281
275
  hasKMS: config.hasKMS,
282
276
  hasAES: config.hasAES
283
277
  }
@@ -291,8 +285,6 @@ const checkEncryptionHealth = async () => {
291
285
  testResult: `Encryption test failed: ${error.message}`,
292
286
  encryptionWorks: false,
293
287
  debug: {
294
- KMS_KEY_ARN: config.kmsKeyArn,
295
- AES_KEY_ID: config.aesKeyId,
296
288
  hasKMS: config.hasKMS,
297
289
  hasAES: config.hasAES
298
290
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@friggframework/core",
3
3
  "prettier": "@friggframework/prettier-config",
4
- "version": "2.0.0--canary.405.1f6792c.0",
4
+ "version": "2.0.0--canary.405.b81908d.0",
5
5
  "dependencies": {
6
6
  "@hapi/boom": "^10.0.1",
7
7
  "aws-sdk": "^2.1200.0",
@@ -22,9 +22,9 @@
22
22
  "uuid": "^9.0.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@friggframework/eslint-config": "2.0.0--canary.405.1f6792c.0",
26
- "@friggframework/prettier-config": "2.0.0--canary.405.1f6792c.0",
27
- "@friggframework/test": "2.0.0--canary.405.1f6792c.0",
25
+ "@friggframework/eslint-config": "2.0.0--canary.405.b81908d.0",
26
+ "@friggframework/prettier-config": "2.0.0--canary.405.b81908d.0",
27
+ "@friggframework/test": "2.0.0--canary.405.b81908d.0",
28
28
  "@types/lodash": "4.17.15",
29
29
  "@typescript-eslint/eslint-plugin": "^8.0.0",
30
30
  "chai": "^4.3.6",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "homepage": "https://github.com/friggframework/frigg#readme",
55
55
  "description": "",
56
- "gitHead": "1f6792ccfcbd08502e14072f07ccbebdf99394cb"
56
+ "gitHead": "b81908d5f795baf937e4b382dff63dedd40ddceb"
57
57
  }