stackabletech / secret-operator

Other
12 stars 6 forks source link

Actually disable credential cache for krb5 provisioner #490

Closed nightkr closed 3 months ago

nightkr commented 3 months ago

Description

KRB5CCNAME=MEMORY will store the cache in a file named MEMORY, KRB5CCNAME=MEMORY: will store the cache in memory (as intended).

Definition of Done Checklist

# Author
# Reviewer
- [ ] Code contains useful comments
- [ ] Documentation added or updated. Follows the [style guide](https://docs.stackable.tech/home/nightly/contributor/docs/style-guide).
- [ ] Code contains useful logging statements
- [ ] (Integration-)Test cases added
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added
- [ ] [Roadmap](https://github.com/orgs/stackabletech/projects/25/views/1) has been updated
nightkr commented 3 months ago

Haven't tested it here, but ran into the same issue on https://github.com/stackabletech/opa-operator/issues/524 and the same change fixed it there.