Christopher T
Christopher T
Hiya... We are starting to test your plugin (which is very cool) but also just upgraded to v7.5.2 and it shows up as unsigned. Seems like plugin signing is a...
You've found a bug! Please, raise an issue attaching the following traceback https://github.com/jorgebastida/awslogs/issues/new Version: 0.14.0 Python: 3.9.0 (default, Nov 30 2020, 15:21:09) [Clang 12.0.0 (clang-1200.0.32.27)] boto3 version: 1.15.6 Platform: macOS-10.16-x86_64-i386-64bit...
An example but this issue occurs with all plugins: ``` Traceback (most recent call last): File "/home/lightningd/.lightning/plugins/rebalance/rebalance.py", line 2, in from pyln.client import Plugin, Millisatoshi, RpcError File "/usr/local/lib/python3.8/dist-packages/pyln/client/__init__.py", line 3,...
**Describe the issue** CKV_AWS_94 should be updated to allow KMS mode: 'SSE-KMS-WITH-SERVICE-ROLE' AWS doc: https://docs.aws.amazon.com/glue/latest/dg/set-up-encryption.html **Examples** ``` resource "aws_glue_data_catalog_encryption_settings" "this" { #checkov:skip=CKV_AWS_94:Chekov is not aware of the new KMS mode...