-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Backport cockroachdb #39164
Closed
Closed
Backport cockroachdb #39164
Conversation
This file contains 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
* bump e ref to include crdb fix * bump e to latest commit on branch/v15
In CI we run parallel make, and as a result the linker sometimes tries to link librdp_client.a before the Rust build has completed. We could fix this, but our unit tests for Rust and Go are separate and there are no Go tests that require the Rust library to be present, so for now we remove the Rust build as a prerequisite. This should fix the random test failures and also improve the speed of all test runs.
* Add a guide for setting up Access Graph on-prem * Update docs/pages/access-graph/getting-started-on-prem.mdx * Update minimum required Teleport version * Address review suggestions * Note support for Amazon RDS * Add a note about Teleport Policy * Move license requirement to "Prerequisites" * Bump TAG version in docs * Address review comments * Update docs/pages/access-graph/getting-started-on-prem.mdx * Update Access Graph menu item image * Update wording in Teleport Team notice * Expand on requirements for the TLS certificate * Apply suggestions from code review * Move access-graph pages under access-controls * Get rid of extraneous tags * Add a short introduction to the guide * Elaborate where the TAG config should live * nit * Rename the TAG self-hosted guide * Fix image paths after access-graph renaming --------- Co-authored-by: Tiago Silva <[email protected]> Co-authored-by: Zac Bergquist <[email protected]> Co-authored-by: Paul Gottschling <[email protected]>
…o speed up tests. (#38114)
… (#38060) * Add authz context helper methods for authorizing admin actions. * Replace uses of old authz helper methods. * Address comments.
…7978) * Add authz context helper methods. * Replace uses of old authz helper methods. * Remove unused context parameter. * Apply suggestion. * Add non-variadic verb argument instead of empty verbs check. * Resolve Alan's comments. * Remove new usage of old helper.
We use Vite to compile TS files, so tsc is used merely for type-checking. Setting noEmit to true makes sure that other tools which use tsc (like editor plugins) do not make tsc compile code. outDir is removed as it's not needed if we do not use tsc to compile code.
Ensure we're returning context.Canceled in all cases. Also fix the order of the ErrorIs assertion.
The Okta access list sync prehog event is now emitted when receiving the Okta access list sync event.
…her or not to create alerts (#38105) * Fix bug in opsgenie plugin mixing up notify-services and schedules * Update docs for opsgenie plugin to use correct schedules * Remove accidental change to opsgenie client * Update opsgenie client tests
Co-authored-by: oshati <[email protected]>
* clean up pidfile and reloads * reduce log spam during graceful shutdowns * hold an exclusive advisory lock on the pidfile * do systemd reloads with the pidfile rather than $MAINPID * prioritize signals over internal restarts
* Document resource version in proto files This will be useful when generating documentation from proto for the TF provider. With this change, we will display which version value should be set. This change is required so we can make version mandatory in TF. * docs: always set version when using the TF provider * docs: re-generate the TF reference, with the version updates * Apply suggestions from code review Co-authored-by: Marco André Dinis <[email protected]> * re-generate grpc client * fix typos * re-generate CRDs * render grpc --------- Co-authored-by: Marco André Dinis <[email protected]>
* Migrated docs webhook to GHA * Removed docs pipeline placeholder * Removed ref
…38152) The teleport.MinClientVersion was also updated to be derived from the new semver variant as well as adding a semver.Version variant. Additionally instances of semver.New(teleport.Version) or semver.New(api.Version) were replaced to use the newly introduced variables. It was also noticed that auth.MinSupportedModeratedSessionsVersion was no longer being used so it was removed.
This change adds the LoadAndDelete and Range methods to utils.SyncMap, which function the same as their sync.Map counterparts.
github-actions
bot
requested review from
kimlisa,
marcoandredinis,
mdwn and
nklaassen
March 10, 2024 19:15
github-actions
bot
added
the
bpf
Used to bugs with bpf and enhanced session recording.
label
Mar 10, 2024
github-actions
bot
added
the
database-access
Database access related issues and PRs
label
Mar 10, 2024
github-actions
bot
added
size/xl
tctl
tctl - Teleport admin tool
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
ui
labels
Mar 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
application-access
audit-log
Issues related to Teleports Audit Log
bpf
Used to bugs with bpf and enhanced session recording.
database-access
Database access related issues and PRs
desktop-access
discovery
documentation
helm
kubernetes-access
machine-id
rdp
rfd
Request for Discussion
size/xl
tctl
tctl - Teleport admin tool
tsh
tsh - Teleport's command line tool for logging into nodes running Teleport.
ui
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.
No description provided.