-
Notifications
You must be signed in to change notification settings - Fork 59
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
Comments
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 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
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?
The text was updated successfully, but these errors were encountered: