-
Notifications
You must be signed in to change notification settings - Fork 21
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
Add certificate profile #106
Conversation
[citest] |
please rebase on top of latest master branch |
@richm Done. |
[citest commit:e9187301a2a16ff54bebb7b7065d6bd9fa6d771d] |
That sounds like the right behavior.
It sounds like this feature isn't applicable to self-signed provider?
There is a test for ipa - https://github.com/linux-system-roles/certificate/blob/master/tests/tests_basic_ipa.yml#L13 - can you add a |
[citest commit:b7d1b659eacf1ba2b014c138fb1a161fe283529d] |
7a3e9c4
to
2e75c67
Compare
[citest commit:2e75c67c125946f363a9e6231c7c14d701c356e8] |
This is disappointing. I will try to get things running locally and push again. Apologies. |
Looks like your ide/editor is not putting a newline at EOF? |
https://linux-system-roles.github.io/contribute.html - so you can use the contribute page also has instructions about how to run tests locally using qemu/kvm |
f75dae1
to
fbabc95
Compare
[citest commit:fbabc95a3771b1d3698970d130e36f20a83313a0] |
1 similar comment
[citest commit:fbabc95a3771b1d3698970d130e36f20a83313a0] |
Hi @richm, The last CI failure was due to RHEL/CentOS 7 not outputting the profile in |
d293ce7
to
8b9c586
Compare
Can the test be made less brittle? We need some way to test this functionality (in addition, the test serves as a form of documentation for end users who may be trying to use this feature, and want to see a working example). If there really is no way to test this functionality in an automated way with our current test framework, then we will need some detailed documentation about how a QE team can verify and validate the feature. |
[citest commit:8b9c5868eb3199b188c5b7814e3f4df0165d8455] |
@richm I think this ready now. Not sure why is the CI is still pending. |
please rebase the PR on top of the latest master branch |
please rebase the PR on top of the latest master branch |
Resolves: linux-system-roles#88 Signed-off-by: Omar Aloraini <[email protected]>
@richm rebased. |
[citest commit:d55578fe212cbb03c1edfbbf391459d37ff2f4f6] |
ping |
closing due to inactivity |
Notes:
Changing the profile will not delete and re-issue the certificate.
I'm not sure how would I write a test with the self-signed provider. I have tested it with IPA and it works as expected.