Skip to content

Commit c224238

Browse files
committed
docs: clarify username/password auth methods
Signed-off-by: Kwangjin Ko <kyet@me.com>
1 parent 4ace8bc commit c224238

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/git-proxy-cli/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ yargs(hideBin(process.argv)) // eslint-disable-line @typescript-eslint/no-unused
604604
})
605605
.command({
606606
command: 'create-user',
607-
describe: 'Create a new user',
607+
describe: 'Create a new local database user',
608608
builder: {
609609
username: {
610610
describe: 'Username for the new user',

website/docs/quickstart/approve.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ $ npx -- @finos/git-proxy-cli login --username admin --password admin
106106
Login "admin" <admin@place.com> (admin): OK
107107
```
108108

109+
The CLI `create-user` command provisions users in GitProxy's local database only. It does not create users in external identity providers.
110+
109111
#### 3. Approve the push with `ID`
110112

111113
Use the commit `ID` to approve your push with the CLI:

0 commit comments

Comments
 (0)