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

Backport cockroachdb #39164

Closed
wants to merge 580 commits into from
Closed

Backport cockroachdb #39164

wants to merge 580 commits into from

Conversation

klizhentas
Copy link
Contributor

No description provided.

russjones and others added 30 commits February 12, 2024 19:00
* 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.
This fixes a bug introduced in #37393 where large TDP messages coming
from the browser can be truncated.

Fixes #37894
Fixes #37940
* 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]>
… (#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
* 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.
Bumps `e` ref to latest `teleport.e` `branch/v15`
@github-actions github-actions bot requested a review from probakowski March 10, 2024 19:15
@github-actions github-actions bot added the audit-log Issues related to Teleports Audit Log label Mar 10, 2024
@github-actions github-actions bot requested a review from ptgott March 10, 2024 19:15
@github-actions github-actions bot added the bpf Used to bugs with bpf and enhanced session recording. label Mar 10, 2024
@github-actions github-actions bot requested a review from ravicious March 10, 2024 19:15
@github-actions github-actions bot added the database-access Database access related issues and PRs label Mar 10, 2024
@github-actions github-actions bot requested a review from rosstimothy March 10, 2024 19:15
@github-actions github-actions bot requested a review from rudream March 10, 2024 19:15
@github-actions github-actions bot requested a review from ryanclark March 10, 2024 19:15
@github-actions github-actions bot added the helm label Mar 10, 2024
@github-actions github-actions bot requested a review from smallinsky March 10, 2024 19:15
@github-actions github-actions bot requested a review from strideynet March 10, 2024 19:15
@github-actions github-actions bot requested a review from tigrato March 10, 2024 19:15
@github-actions github-actions bot added the rfd Request for Discussion label Mar 10, 2024
@github-actions github-actions bot requested a review from xinding33 March 10, 2024 19:15
@github-actions 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.