Skip to content

Commit 5638637

Browse files
Copilotrsenden
andcommitted
Update RPC server usage help with correct method signatures
- Remove ci-token (now just use token for both UnifiedLoginToken and CIToken) - Add client-auth-token and sc-sast-url for SC-SAST authentication - Fix authentication note to reflect current implementation Co-authored-by: rsenden <8635138+rsenden@users.noreply.github.com>
1 parent 38cbca8 commit 5638637

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fcli-core/fcli-util/src/main/resources/com/fortify/cli/util/i18n/UtilMessages.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,12 @@ fcli.util.rpc-server.start.usage.description = The fcli JSON-RPC server provides
123123
%n - url (string, required): SSC URL\
124124
%n - user (string): Username for user/password auth\
125125
%n - password (string): Password for user/password auth\
126-
%n - token (string): UnifiedLoginToken\
127-
%n - ci-token (string): CIToken for CI/CD\
126+
%n - token (string): UnifiedLoginToken or CIToken\
127+
%n - client-auth-token (string, optional): SC-SAST client auth token\
128+
%n - sc-sast-url (string, optional): SC-SAST controller URL\
128129
%n - expire-in (string): Token expiration (e.g., "1d", "8h")\
129130
%n - insecure (boolean): Allow insecure connections\
130-
%n Note: Requires one of (user+password), token, or ci-token\
131+
%n Note: Requires one of (user+password) or token\
131132
%n\
132133
%n - fcli.ssc.logout: Logout from SSC session\
133134
%n\

0 commit comments

Comments
 (0)