bryanfang

Results 11 comments of bryanfang

> Hi @bryanfang, Did you find a solution ? I've have the same issue. Hi @barbaluc , I did not try to resolve the code issue with this repo, and...

@barbaluc @gxpd-jjh V2.12 has no issue, like my initial post, the issue comes up when I try to upgrade from v2.20 to v2.25, because in v2.25 the end driver is...

> I don't use terraform, I am using helm. I install the chart manually. Could it be my helm version. > > The helm is not intended to be installed...

> @bryanfang I think we don't talk about same components. I had the same issue like you when I've upgraded the csi driver chart version. And I've fixed it when...

In my opinion, we should be able to configure specific IAM role for the Patch Manager, it should not use credentials from the server, because we have business requirement to...

we need this packages also in amazon-linux-2023 for client enrollment and server setup

the issue will also occur when fetch metrics from AWS China, since the domain name for AWS China is amazonaws.com.cn rather then amazonaws.com

@vmercierfr thanks for the tips, I changed the code in my local, after making the change, the configuration part would be ``` # # AWS credentials # accounts: - aws_access_key_id:...

@vmercierfr could you please review this PR https://github.com/qonto/prometheus-rds-exporter/pull/140, I tested the change in my local, it's possible to retrieve metrics across account and region, not sure if there is potential...

现在前端页面用的请求是: https://edith.xiaohongshu.com/api/sns/web/v1/feed payload: {"source_note_id":"67682df800000000130033eb","image_formats":["jpg","webp","avif"],"extra":{"need_body_topic":"1"},"xsec_source":"pc_search","xsec_token":"ABZzGTtP9xVxyFgp1UVoiFRKUD0Y8Mdbpzebd1ZJthz-0="} xhs里面: def get_note_by_id(self, note_id: str): """ :param note_id: note_id you want to fetch :type note_id: str :rtype: dict """ data = {"source_note_id": note_id, "image_scenes": ["CRD_WM_WEBP"]} uri...