Remove Certificate step from SSL page?
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 67
- Forks
- 94
- Avg merge
- 5h 51m
- Merged PRs (30d)
- 1
Description
Proposed change
We may be able to remove the additional create Certificate step from SSL page.. https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/
Context
It seems like cert-manager's Ingress shim (available since 0.2.2) automatically creates certificates if an Ingress object is decorated appropriately. This is simpler than us instructing the user to create a separate Certificate object.
Found by: @ajaegle
https://github.com/openfaas-incubator/ingress-operator/issues/6
Your Environment
We should test that the certificate is created automatically before removing the explicit step.
Contributor guide
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
Start with docs/reference/ssl/kubernetes-with-cert-manager/ and review the linked ingress-operator issue #6 alongside cert-manager's Ingress shim behavior. Verify that the certificate is created automatically with the documented setup; done means the explicit Certificate step can be removed without making the SSL instructions incomplete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100