You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After working on this a bit, I think mounting each secret entry as a separate file will be more complex than mounting all the credentials in a single file.
Is your feature request related to a problem? Please describe.
The bootstrap command currently takes its input from command line arguments.
But the best for Kubernetes would be to store the bootstrap credentials in a secret, that could look like this:
Then the secret could be mounted and each entry would become a file named
realm1
,realm2
etc. with contentsclient1:secret1
,client2:secret2
etc.It would be awesome if the bootstrap command could parse the directory and create the credentials from the files.
Describe the solution you'd like
No more annoying messages.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: