摘要: 具体步骤: 1. 开启允许集成嵌套配置,默认不允许 [security] allow_embedding = true 2. 生成签名验证文件(官网提供三种方式,具体参考官网) 在线生成JWK:https://mkjwk.org/ 复制生成的shared key set 到文件jwks.json中 阅读全文
posted @ 2024-04-18 15:11 chenhuxy 阅读(33) 评论(0) 推荐(0) 编辑
摘要: version: v2.9 官方示例如下: 点击查看代码 #!/usr/bin/env python from __future__ import (absolute_import, division, print_function) __metaclass__ = type import json 阅读全文
posted @ 2024-04-11 13:50 chenhuxy 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 在pycharm中通过pip install ansible==2.9时遇到报错: error: can't copy 'lib\ansible\module_utils\ansible_release.py': doesn't exist or not a regular file 解决方法: D 阅读全文
posted @ 2024-04-11 11:29 chenhuxy 阅读(2) 评论(0) 推荐(0) 编辑