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

RFE: Format of setting up IPv6 in agent conf. #583

Closed
Koncpa opened this issue May 4, 2023 · 0 comments · Fixed by #765
Closed

RFE: Format of setting up IPv6 in agent conf. #583

Koncpa opened this issue May 4, 2023 · 0 comments · Fixed by #765

Comments

@Koncpa
Copy link
Contributor

Koncpa commented May 4, 2023

If you want use IPv6 stack for all keylime component you need to set up IPv6 in agent.conf with bracket format like ([::1]), but for other components can paste just IPv6 address. It could be more user friendly to set up IPv6 in similar format for all keylime components.

Is it possible to implement for rust keylime in same format as for python components? There is thread, where we disscuss it on python project and there is actual prepared test for IPv6. WDYT?

ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 22, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 22, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 25, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 25, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 25, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 25, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 26, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit to ansasaki/rust-keylime that referenced this issue Mar 26, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: keylime#583
Fixes: keylime#753
Fixes: keylime#755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
ansasaki added a commit that referenced this issue Mar 26, 2024
This adds support to use IPv6 in configuraton file with or without
brackets. The brackets are removed when the IP is parsed and added back
when necessary.

This also fix the addition of IPv6 addresses to the mTLS certificate in
Subject Alternative Name extension.

Fixes: #583
Fixes: #753
Fixes: #755

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
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 a pull request may close this issue.

1 participant