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
Copy file name to clipboardExpand all lines: README.md
+21-12Lines changed: 21 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,11 @@ baton resources
45
45
46
46
By default, `baton-github` will sync information from any organizations that the provided credential has Administrator permissions on. You can specify exactly which organizations you would like to sync using the `--orgs` flag.
47
47
48
+
# Sync Secrets
49
+
in order to sync secrets, you must use a token created using a github app installed into your organization, more info here:
We started Baton because we were tired of taking screenshots and manually building spreadsheets. We welcome contributions, and ideas, no matter how small -- our goal is to make identity and permissions sprawl less painful for everyone. If you have questions, problems, or ideas: Please open a GitHub Issue!
@@ -63,21 +68,25 @@ Usage:
63
68
Available Commands:
64
69
capabilities Get connector capabilities
65
70
completion Generate the autocompletion script for the specified shell
71
+
config Get connector config
66
72
help Help about any command
67
73
68
74
Flags:
69
-
--client-id string The client ID used to authenticate with ConductorOne ($BATON_CLIENT_ID)
70
-
--client-secret string The client secret used to authenticate with ConductorOne ($BATON_CLIENT_SECRET)
71
-
-f, --file string The path to the c1z file to sync with ($BATON_FILE) (default "sync.c1z")
72
-
-h, --help help for baton-github
73
-
--instance-url string The GitHub instance URL to connect to. (default "https://github.com") ($BATON_INSTANCE_URL)
74
-
--log-format string The output format for logs: json, console ($BATON_LOG_FORMAT) (default "json")
0 commit comments