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

As a user, enrolled identities are checked to see if they are still valid #193

Closed
sstone1 opened this issue Apr 28, 2020 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@sstone1
Copy link
Contributor

sstone1 commented Apr 28, 2020

If you enroll an identity using the enrolled_identity module, and then recreate the certificate authority, the enrolled identity is no longer valid. However, the enrolled_identity module will not test for this, which leads to errors later on when you have a stale enrolled identity lying around.

We should check that the identity is still valid against the specified certificate authority, and enroll it again if not. This will also cover the cases of the identity being revoked or expiring.

@sstone1 sstone1 added the enhancement New feature or request label Apr 28, 2020
sstone1 pushed a commit to sstone1/ansible-collection that referenced this issue Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant