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

[2.10] Show Cloud Credential Expiration information for Harvester Creds, add actions to renew #12157

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

richard-cox
Copy link
Member

Summary

Fixes #11332

Occurred changes and/or fixed issues

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes

@richard-cox richard-cox added this to the v2.10.0 milestone Oct 7, 2024
@richard-cox richard-cox self-assigned this Oct 7, 2024
@@ -172,3 +172,7 @@ export const SYSTEM_LABELS = [
'node.kubernetes.io',
'egress.rke2.io'
];

export const CLOUD_CREDENTIALS = [
'cattle.io/expiration-date'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is now cattle.io/expiration-timestamp

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now rancher.io/expiration-timestamp...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow users to easily see expiring harvester cloud credentials and to renew them
1 participant