Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple shared_key #4024

Open
hatrena opened this issue Jan 24, 2023 · 0 comments
Open

Support multiple shared_key #4024

hatrena opened this issue Jan 24, 2023 · 0 comments

Comments

@hatrena
Copy link

hatrena commented Jan 24, 2023

Is your feature request related to a problem? Please describe.

I am providing a secure fluentd server as a log aggregator using shared_key. There is also a possibility that a user is able to renew the key. in the meantime, Fluentd is rejecting the log stream due to the wrong shared_key because the user has not yet changed the old key with the new one. so after a minute or so, I update the fluentd to use the new shared_key only.

Describe the solution you'd like

So, It would be great if we are able to configure the <security> snippet to allow multiple shared_key separated by a comma.

Describe alternatives you've considered

An example of supporting multiple shared_key:

<source>
    @type forward
    bind "0.0.0.0"
    port 24224
    <security>
      self_hostname "115134227.local"
      shared_key key_one,key_two
    </security>
</source>

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants