04 2024 档案
摘要:具体步骤: 1. 开启允许集成嵌套配置,默认不允许 [security] allow_embedding = true 2. 生成签名验证文件(官网提供三种方式,具体参考官网) 在线生成JWK:https://mkjwk.org/ 复制生成的shared key set 到文件jwks.json中
阅读全文
摘要:version: v2.9 官方示例如下: 点击查看代码 #!/usr/bin/env python from __future__ import (absolute_import, division, print_function) __metaclass__ = type import json
阅读全文
摘要:在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
阅读全文