Delete token from Unleash when ApiToken is deleted
Starefossen opened this issue · 0 comments
Starefossen commented
Delete the API client from Unleash the Unleash instance when the ApiToken
resource is deleted
from Kubernetes.
- Extend
pkg/unleash/admin_api.go
withDeleteApiToken()
function - Implement
doFinalizerOperationsForToken()
incontrollers/apitoken_controller.go