Skip to content

Commit

Permalink
chore: updated description of --smd-url flag
Browse files Browse the repository at this point in the history
  • Loading branch information
davidallendj committed Dec 9, 2024
1 parent 44cb633 commit 24fb476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cloud-init-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
func main() {
flag.StringVar(&ciEndpoint, "listen", ciEndpoint, "Server IP and port for cloud-init-server to listen on")
flag.StringVar(&tokenEndpoint, "token-url", tokenEndpoint, "OIDC server URL (endpoint) to fetch new tokens from (for SMD access)")
flag.StringVar(&smdEndpoint, "smd-url", smdEndpoint, "http IP/url and port for running SMD")
flag.StringVar(&smdEndpoint, "smd-url", smdEndpoint, "Server host and port only for running SMD (do not include /hsm/v2)")
flag.StringVar(&jwksUrl, "jwks-url", jwksUrl, "JWT keyserver URL, required to enable secure route")
flag.StringVar(&accessToken, "access-token", accessToken, "encoded JWT access token")
flag.StringVar(&clusterName, "cluster-name", clusterName, "Name of the cluster")
Expand Down

0 comments on commit 24fb476

Please # to comment.