stackabletech / stackabletech/secret-operator
Auto-generate AD kerberos credential cache Secret
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 13
- Forks
- 8
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 10
Description
Basically create the Secret when the get returns a 404 in https://github.com/stackabletech/secret-operator/blob/a43bc9778e7f930af7fa5bf98a70b74beca0e22b/rust/krb5-provision-keytab/src/credential_cache.rs#L47-L52
We have a similar mechanism to auto-create the CA cert Secret, can be copy/pasted potentially.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read rust/krb5-provision-keytab/src/credential_cache.rs around lines 47-52, then inspect the existing mechanism for auto-creating the CA cert Secret. Implement the analogous behavior when the credential-cache Secret lookup returns 404, and verify that the Secret is created instead of leaving the lookup unresolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes, rust
- Domain
- infrastructure, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 52/100