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

Fix #352 node attribute expansion not working for ssh-xyz attributes #353

Merged

Conversation

gschueler
Copy link
Member

@gschueler gschueler commented May 24, 2021

  • support _- chars in output format key names

fixes #352

  • note: I originally added support for : char as well, however it broke a testcase like %id:%token. I think adding : makes sense in the node output case because node attributes do use : char, but we need to add another syntax that would allow the %id:%token to still work, something like ${id}:${token} or %{id}:%{token} with a suffix in the syntax. I am not addressing that in this bug fix, it will have to be a future enhancement.

@gschueler gschueler force-pushed the issue/352-rd-nodes-list-outformat-doesn-t-support-dashes branch from b89a08c to 78af0f8 Compare May 26, 2021 15:50
@gschueler gschueler merged commit c9c1472 into main May 28, 2021
@gschueler gschueler deleted the issue/352-rd-nodes-list-outformat-doesn-t-support-dashes branch May 28, 2021 16:19
@gschueler gschueler added this to the 3.4.1 milestone May 28, 2021
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

Successfully merging this pull request may close these issues.

rd nodes list outformat doesn't support dashes
1 participant