Richard Megginson
Richard Megginson
The directory should be set in a file in `vars/` - we have a Debian file - https://github.com/linux-system-roles/timesync/blob/master/vars/Debian.yml - is it different than Ubuntu?
Rather than add a "one-off" setting specifically for Ubuntu to tasks/main.yml, I would like to refactor the code to handle this case better: * refactor tasks/set_vars.yml to use this method...
I guess I'm wondering why we need this password backend at all. We should either use the searchguard password auth backend, or do the auth in the oauth-proxy. Passwords are...
How would you authenticate from the log collector (fluentd, logstash) to elasticsearch? Using a serviceaccount implies using the serviceaccount token which does not work afaik.
> Or am I missing something ? No, I think that should do it. > Service principal with Token would be great How would you configure fluentd and/or logstash to...
Right - but my question is - how do I configure the fluentd elasticsearch plugin or the logstash elasticsearch plugin do to token auth? e.g. to configure the fluentd elasticsearch...
> Can you rebase the current PR, `git pull --rebase upstream main` ? ping - please rebase
You'll need to rebase the PR on top of the latest `main` branch. If you aren't sure how to do that, please ask.
@liangwen12year ^^^
If you allow traversing .dot directories, you'll need some way to exclude certain directories from being traversed e.g. `.git/`, `.venv/`, `.tox/`, and probably at least a dozen more. Alternately, you...