= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val create :
github:CI_secrets.github_auth CI_secrets.secret ->
github_scopes_needed:Github_t.scope list ->
web_ui:Uri.t ->
string ->
t Lwt.t
create ~github ~github_scopes_needed ~web_ui passwd_file
is a user authenticator with configuration at passwd_file
. If passwd_file
does not exist, a one-time configuration URL under web_ui
is printed to the logs. passwd_file
must be an absolute path.