Nhat Truong
Nhat Truong
Rundeck 4.4.0 work well for syncing user profile: Try to use **JettyCombinedLdapLoginModule** and config nearly same @dingouerinitx. Add to _jaas-loginmodule.conf_: ``` rundeck { com.dtolabs.rundeck.jetty.jaas.JettyCombinedLdapLoginModule sufficient ... ... ignoreRoles="false" } ```...
I don't think the `realm.properties` "interfering" with other aclpolicy. My `realm.properties` like: ``` admin: MD5:xxxxxxxxx,user,admin,build,deploy testuser: MD5:xxxxxxxxxx,user ``` My idea is simultaneously block all user in the group and specified...
It seems to only show "Shortcut" folder when `rclone lsd test:abc_shortcut` with name and "Shortcut" is not listed with `rclone lsd test:` ``` rclone lsd test:abc_shortcut -1 2023-05-30 11:25:30 4...
## The `readinessProbe` health check for `external-secrets-cert-controller` failed, but the `external-secrets-webhook` functioned successfully in `v0.20.4` I encountered a similar issue where the `external-secrets-cert-controller` failed on the `readinessProbe`, but the `external-secrets-webhook`...