Yang Tao

Results 13 comments of Yang Tao

https://mp.weixin.qq.com/s/Wp-fHIzfmcZWFVrx2vHR2g 公众号密码的文章在这

发现有些模型细化,实现一对多的话,要使用大量子模型.如果有文本块可以用的,就可以在文本块里直接写一下,省下好多模型

https://github.com/taoyang987/cmdb/blob/master/cmdb-api/api/lib/perm/authentication/ldap.py 我修改了下代码,已经可以验证账号了 但是邮箱属性死活带不过来. 这种登录方式就是绑定管理员账号,然后去ldap获取所有账号,跟登录账号比对,再去验证密码. ui界面上也要稍微修改下

![image](https://github.com/ccfos/nightingale/assets/872386/cb5b64c0-9ac8-49d3-ace0-704579526549) 在这里自定义,启动日志还是显示宿主机名,但是回传回去的内容就是自定义好的

kubectl apply -n polardbx-operator-system -f -

![image](https://github.com/user-attachments/assets/375e5dab-2667-4cca-93e3-e1780596a1e0)

root密码重新改为空,但是从库还是报错 2024-12-05 15:15:39,989 - AuditController - ERROR - Creating mysql connection pool failed: 1862 (HY000): Your password has expired. To log in you must change it using a client that...

apiVersion: polardbx.aliyun.com/v1 kind: PolarDBXCluster metadata: name: polardbx namespace: polardbx-operator-system spec: serviceName: mysql privileges: - username: admin password: "123456" type: SUPER config: dn: mycnfOverwrite: |- sql_mode = STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION group_concat_max_len=10240000 lower_case_table_names=1 default_time_zone=...

![image](https://github.com/user-attachments/assets/69ec0c2f-c5d6-4959-8573-023d2f8dcc35)

![image](https://github.com/user-attachments/assets/af1c8bc2-5f5f-436c-82a0-00ccd01ecb00) yaml中我把这一段删除就可以正常部署了. 那么问题来了,我应该在哪里配置呢?