Replies: 1 comment 1 reply
-
Hi @mloskot To answer your questions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to bulk-create API keys with
Ingest
permission, title and specific properties to be authenticate numerous apps for Seq.I'd like to utilise the feature of A pre-allocated API key token, so I can stick pre-generated API keys in a config file.
After learning Seq over the last weeks, I have some ideas, which I will be happy to share once I have them tested, but I'd like to validate some basic of my understanding first.
Questions
seqsrv
command in any way to mass-feed the Seq with API keys or shall I stick to theseqcli
and its commands?seqcli apikey create
to update pre-existing API keys in place? In other words, if my initial input config contains 5 API keys and I add 5 more later, and re-run the script runningseqcli apikey create
, then do I have to take care of NOT re-running it for the 5 keys created in the initial run and only run the command for the new incoming keys? Or will Seq cleverly just update the pre-existing API keys in place, for example, adding new properties?I'll be thankful for any insights.
Alternative to init scripts
I am using Seq in Kubernetes.
I understand the Init Containers is not an option due to the chicken-and-egg issue. Unless, I run Seq instance in an init container with same storage mounted from the same PV that will be mounted and used by the main container. There surely must be more caveats.
Some Seq users seem to use Kubernetes Job to run some administrative actions.
The init scripts seem to be clean and native solution though.
Beta Was this translation helpful? Give feedback.
All reactions