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

Bug: junos_system resource unauthorized character #570

Closed
arjenvri opened this issue Nov 9, 2023 · 1 comment
Closed

Bug: junos_system resource unauthorized character #570

arjenvri opened this issue Nov 9, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@arjenvri
Copy link
Contributor

arjenvri commented Nov 9, 2023

Terraform and Provider Versions

2.3.0

After upgrading to Junos Terraform provider 2.3.0 i am receiving an error on the validation of ciphers within the junos_system resource. It seems to fail on the @ sign while actually these are valid juniper ciphers.

│ Error: Invalid String Character
│ 
│   with junos_system.this,
│   on settings.tf line 70, in resource "junos_system" "this":70:       ciphers           = ["aes128-gcm@openssh.com", "aes256-gcm@openssh.com", "aes128-ctr"]
│ 
│ string has an unauthorized character: '@'
@arjenvri arjenvri added the bug Something isn't working label Nov 9, 2023
@arjenvri arjenvri changed the title Bug: Bug: junos_system resource unauthorized character Nov 9, 2023
@jeremmfr
Copy link
Owner

Hi 👋

Thank you for raising this issue. I'll take care of fixing it quickly.

@jeremmfr jeremmfr self-assigned this Nov 10, 2023
@jeremmfr jeremmfr added this to the v2.3.1 milestone Nov 10, 2023
jeremmfr added a commit that referenced this issue Nov 10, 2023
on ciphers, hostkey_algorithm, key_exchange, macs attributes
accept '@', '.'
Fix #570
jeremmfr added a commit that referenced this issue Nov 10, 2023
on ciphers, hostkey_algorithm, key_exchange, macs attributes
accept '@', '.'
Fix #570
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants