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

feat(secrets): clear secret caches at end of each session #1248

Merged
merged 2 commits into from
Mar 15, 2019

Conversation

KathrynLewis
Copy link
Contributor

@KathrynLewis KathrynLewis commented Mar 13, 2019

We want to make sure secrets and more importantly the secret temp files are cleaned up at the end of each session. So we're doing that DaemonTask in the cleanupResources method. In order to avoid circular dependencies, we're moving SecretSessionManager from halyard-config to halyard-core. To simplify the caching, we've moved SecretSession out of halyard and handling all caching in kork instead (see spinnaker/kork#247).

(this won't build until spinnakerbot autobumps dependencies)

@dibyom PTAL?

@brandonnelson3
Copy link
Contributor

Added a commit bumping the spinnaker dependencies. Expecting Travis to pass this time.

@brandonnelson3 brandonnelson3 merged commit 8a1c0db into spinnaker:master Mar 15, 2019
@KathrynLewis KathrynLewis deleted the move-secret-session-kork branch March 15, 2019 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants