-
Notifications
You must be signed in to change notification settings - Fork 40
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
Bug: Unterminated template string #1274
Comments
I now see where the issue is, the provider configuration - after the subscription ID there is a new line |
@bernardhalas, this is more of a user error, you have created a secret that has a whitespace (newline) at the end of the subscription ID (input manifest that you posted is ok syntactically). To minimize this kind of error we could trim the whitespace when reading the secrets |
I'll validate if the newline was coming from the azure provider secret. @Despire thanks for the hint. |
any updates @bernardhalas ? |
This can be reproduced for examply by executing: echo "....secret...." | base64 to correctly base64 the secret without the implicit newline from echo: echo -n "...secret..." | base64 |
Hi, this was indeed a problem on the side of a user. While using Claudie recently it appeared a few more times. Btw, in case someone comes across an error and suspects the issue being caused by a trailing newline char, this helps:
(ref) |
Current Behaviour
Getting the following error:
Expected Behaviour
The input manifest should be processed successfully
Steps To Reproduce
Applying the manifest:
The text was updated successfully, but these errors were encountered: