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
The currently existing docker containers of thehive do not support orchestration. As previously mentioned in #1028, there is no nice way to start fresh but usable instances in the cloud and give admin creds to groups of students automatically.
To do that, the hive container would at least need to
migrate the db automatically (shouldn't this should be done anyway?)
create an admin account automatically (from env or secrets)
take and register an API key for that account (from env or secrets)
take and register a cortex key (from env or secrets)
Was there a specific reason that made you use docker's command to pass keys instead of env vars or secrets?
The text was updated successfully, but these errors were encountered:
Request Type
Feature Request
Work Environment
Problem Description
The currently existing docker containers of thehive do not support orchestration. As previously mentioned in #1028, there is no nice way to start fresh but usable instances in the cloud and give admin creds to groups of students automatically.
To do that, the hive container would at least need to
Was there a specific reason that made you use docker's
command
to pass keys instead of env vars or secrets?The text was updated successfully, but these errors were encountered: