gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.49k stars 1.75k forks source link

`lib/config/configuration.go` app-name and app-uri references should be renamed to name and uri respectively #17264

Open mdwn opened 2 years ago

mdwn commented 2 years ago

Expected behavior:

The error message output by teleport app start should echo the correct CLI flags on a misconfiguration.

Current behavior:

The error message references the wrong CLI flags.

Bug details:

zmb3 commented 2 weeks ago

This is a bit trickier:

The code emitting the error message is generic lib/config code that doesn't know how the program was invoked.