Skip to content

Commit

Permalink
Merge branch 'master' into tigrato/fix-gke-perm-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrato authored Jan 22, 2025
2 parents 1b8221b + 23a1d2d commit c4ccd7c
Show file tree
Hide file tree
Showing 48 changed files with 1,682 additions and 677 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ sessions remains deny-by-default but now only `join_sessions` statements are
checked for session join RBAC.

See the [Moderated Sessions
guide](docs/pages/admin-guides/access-controls/guides/moderated-sessions.mdx) for more
guide](docs/pages/admin-guides/access-controls/guides/joining-sessions.mdx) for more
details.

#### GitHub connectors
Expand Down Expand Up @@ -2419,7 +2419,7 @@ With Moderated Sessions, Teleport administrators can define policies that allow
users to invite other users to participate in SSH or Kubernetes sessions as
observers, moderators or peers.

[Moderated Sessions guide](docs/pages/admin-guides/access-controls/guides/moderated-sessions.mdx)
[Moderated Sessions guide](docs/pages/admin-guides/access-controls/guides/joining-sessions.mdx)

### Breaking Changes

Expand Down
4 changes: 4 additions & 0 deletions api/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,10 @@ const (
// TraitHostUserGID is the name of the variable used to specify
// the GID to create host user account with.
TraitHostUserGID = "host_user_gid"

// TraitGitHubOrgs is the name of the variable to specify the GitHub
// organizations for GitHub integration.
TraitGitHubOrgs = "github_orgs"
)

const (
Expand Down
4 changes: 4 additions & 0 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,10 @@ const (
// TraitInternalJWTVariable is the variable used to store JWT token for
// app sessions.
TraitInternalJWTVariable = "{{internal.jwt}}"

// TraitInternalGitHubOrgs is the variable used to store allowed GitHub
// organizations for GitHub integrations.
TraitInternalGitHubOrgs = "{{internal.github_orgs}}"
)

// SCP is Secure Copy.
Expand Down
5 changes: 5 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
}
},
"redirects": [
{
"source": "/admin-guides/access-controls/guides/moderated-sessions/",
"destination": "/admin-guides/access-controls/guides/joining-sessions/",
"permanent": true
},
{
"source": "/reference/operator-resources/resources.teleport.dev_accesslists/",
"destination": "/reference/operator-resources/resources-teleport-dev-accesslists/",
Expand Down
Binary file added docs/img/webui_billing_cycle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c4ccd7c

Please sign in to comment.