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

reconciler: don't delete join token based entries #306

Merged
merged 5 commits into from
Feb 14, 2024

Conversation

shashankram
Copy link
Contributor

Updates the reconciler to ignore the deletion of join token based entries since join tokens are created out-of-band and can be used in conjunction with the controller-manager.

Resolves #247

Copy link
Contributor

@kfox1111 kfox1111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. One issue inline.

Updates the reconciler to ignore the deletion of join token
based entries since join tokens are created out-of-band and
can be used in conjunction with the controller-manager.

Resolves spiffe#247

Signed-off-by: Shashank Ram <shashank.ram@solo.io>
@shashankram
Copy link
Contributor Author

Looks good to me. One issue inline.

fixed, thanks

Copy link
Member

@azdagron azdagron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @shashankram. Just a few small comments.

Co-authored-by: Andrew Harding <azdagron@gmail.com>
Signed-off-by: Shashank Ram <21697719+shashankram@users.noreply.github.com>
azdagron
azdagron previously approved these changes Feb 13, 2024
azdagron and others added 2 commits February 13, 2024 12:51
Signed-off-by: Shashank Ram <shashank.ram@solo.io>
@azdagron azdagron merged commit 71e9295 into spiffe:main Feb 14, 2024
6 checks passed
@shashankram shashankram deleted the preserve-join-token branch February 14, 2024 15:29
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 this pull request may close these issues.

Entry reconciler deletes entries corresponding to join tokens
3 participants