Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging in with SP password beginning with - breaks login #76

Open
lbergnehr opened this issue Jan 27, 2025 · 1 comment
Open

Logging in with SP password beginning with - breaks login #76

lbergnehr opened this issue Jan 27, 2025 · 1 comment

Comments

@lbergnehr
Copy link
Contributor

lbergnehr commented Jan 27, 2025

When using the login command, e.g.

install:
  az:
    login: {}

using a service principal where the password begins with -, the constructed command will interpret the - as the beginning of a flag.

Instead of --password '-some-password-with-dash we should use --password='-some-password-with-dash.

@lbergnehr
Copy link
Contributor Author

Would something like this make sense? getporter/porter#3326

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant