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

Update documentation on Creating license Secret to include steps to update license #7111

Open
1 task
shaun-nx opened this issue Jan 10, 2025 · 1 comment
Open
1 task
Labels
documentation Pull requests/issues for documentation proposal An issue that proposes a feature request
Milestone

Comments

@shaun-nx
Copy link
Contributor

Overview

Existing documentation on how to Create a License Secret does not provide steps on how to update that secret in the event that the existing JWT expires.

This task is to update our documentation to provide this step

Acceptance Criteria

Example command to update a license secret that is already deployed

kubectl create secret generic license-token \
--save-config \
--dry-run=client \
--from-file=license.jwt=license.jwt \
--type=nginx.com/license \
-o yaml | \
kubectl apply -f -
@shaun-nx shaun-nx added documentation Pull requests/issues for documentation proposal An issue that proposes a feature request labels Jan 10, 2025
@shaun-nx shaun-nx added this to the v4.1.0 milestone Jan 10, 2025
Copy link

Hi @shaun-nx thanks for reporting!

Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂

Cheers!

@lucacome lucacome moved this from Todo ☑ to Prioritized backlog in NGINX Ingress Controller Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation proposal An issue that proposes a feature request
Projects
Status: Prioritized backlog
Development

No branches or pull requests

1 participant