This repository was archived by the owner on Feb 8, 2024. It is now read-only.
Allow users to update Upgrade Window Start#980
Merged
Conversation
…irola/add-cloud-upgrade-windows
…avitational/webapps into mcbattirola/add-cloud-upgrade-windows
…irola/add-cloud-upgrade-windows
Contributor
Author
kimlisa
approved these changes
Jul 22, 2022
ryanclark
reviewed
Jul 22, 2022
ryanclark
reviewed
Jul 22, 2022
ryanclark
reviewed
Jul 22, 2022
Contributor
Author
|
@ryanclark Thanks for the review, are you ok with merging this? |
…irola/add-cloud-upgrade-windows
…avitational/webapps into mcbattirola/add-cloud-upgrade-windows
michellescripts
pushed a commit
that referenced
this pull request
Aug 22, 2022
- add a prop children to the "Help & Support" - add clock icon
michellescripts
added a commit
that referenced
this pull request
Aug 23, 2022
hatched
pushed a commit
to gravitational/teleport
that referenced
this pull request
Feb 1, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a prop
childrento the "Help & Support" page that allows enterprise to extend it.webapps.ewill have its own page that will add a new section to Support with some cloud specific information. Some components ofSupporthave been made more generic and exported so we can use them on enterprise.This PR also updates the events table to properly show the new audit event type.
Enterprise PR using this feature: https://github.com/gravitational/webapps.e/pull/357
Testing
To run the whole thing, you can:
masteron bothmcbattirola/add-cloud-upgrade-windowsteleportandteleport.e, andwebapps.eon branchmcbattirola/add-cloud-upgrade-windowslib/modules/modules.goso we can run cloud without second factorcloud/dev/teleport/config.yamland add:You have to run it like this:
TELEPORT_CLOUD_HOSTPORT="api.localhost:3080" DEBUG=1 /path/to/teleport/e/build/teleport start -c my-config-file.yaml -d --insecureyarn start-teleport-e --target=https://localhost:4080/webThen you should be able to make a request from the local teleport to the salescenter
Screenshots
Closes https://github.com/gravitational/cloud/issues/1808