Replies: 3 comments 4 replies
-
Hi @geirih. Unfortunately it's not possible to configure the ingestion port with different API key requirements to the regular API port. Something you may be able to do is set up a reverse proxy like NGINX that adds the |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. If I must have the same security on both ports, then I have to disable all security and handle gui security by a nginx instance before SEQ apparently. I have checked if there is a way to automatically generate an api key from SEQ in my scripts, but I do not have access to the password from my k8s scripts, and I do not want to hardcode it there. If I was able to fetch the password from the install process somehow, I could probably use curl to generate an API key. Do you have any examples of achieving this, or how I turn off all security for my first alternative ? |
Beta Was this translation helpful? Give feedback.
-
Hi @geirih I think the getting started example does what you want. It starts Seq with authentication enabled for the UI on port 80 and open ingestion on port 5341. |
Beta Was this translation helpful? Give feedback.
-
Hi. We need to be able to ingest logs on port 5341 without requiring an API key, while still having normal security on the UI (port 80). Is this supported, and if so, how should I configure SEQ to achieve this ?
Beta Was this translation helpful? Give feedback.
All reactions