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
- Have Validate() actually do something.
- Fix discrepancy between account creation schema and actually used values (first name vs name).
- Better error messages in account creation, like mentioning you need to set --account-creation-group.
-p, --provisioning If this connector supports provisioning, this must be set in order for provisioning actions to be enabled ($BATON_PROVISIONING)
77
-
--ticketing This must be set to enable ticketing support ($BATON_TICKETING)
78
-
-v, --version version for baton-gitlab
69
+
--access-token string required: The access token to authenticate with the GitLab API ($BATON_ACCESS_TOKEN)
70
+
--account-creation-group string The group indicated will be used as a default group for the new users. Required for account creation capability. ($BATON_ACCOUNT_CREATION_GROUP)
71
+
--base-url string The base URL of the GitLab instance ($BATON_BASE_URL) (default "https://gitlab.com/")
72
+
--client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
73
+
--client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
74
+
-f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
75
+
-h, --help help for baton-gitlab
76
+
--log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
0 commit comments