Skip to content

Commit

Permalink
Merge branch 'master' into joerger/admin-actions-users
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerger authored Dec 6, 2023
2 parents 3b1c34f + b8ad35c commit 7e6e922
Show file tree
Hide file tree
Showing 178 changed files with 17,064 additions and 680,069 deletions.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@ steps:
- cd /go/chart
- helm package /go/src/github.com/gravitational/teleport/examples/chart/teleport-cluster
- helm package /go/src/github.com/gravitational/teleport/examples/chart/teleport-kube-agent
- helm package /go/src/github.com/gravitational/teleport/examples/chart/teleport-cluster/charts/teleport-operator
# copy index.html to root of the S3 bucket
- cp /go/src/github.com/gravitational/teleport/examples/chart/index.html /go/chart
# this will index all previous versions of the charts downloaded from the S3 bucket,
Expand Down Expand Up @@ -11346,6 +11347,6 @@ image_pull_secrets:
- DOCKERHUB_CREDENTIALS
---
kind: signature
hmac: e5a7a7ed15691a8b042e3ec23f9d0831fb10a6f025ecb65f8cebf80c20ad5110
hmac: 726e2318bf863cbc7345206c6716db4fd7e96573bf418517267431409ca0f1ea

...
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/testplan.md
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ tsh ssh node-that-requires-device-trust
> ERROR: ssh: rejected: administratively prohibited (unauthorized device)
# Register the device.
# Get the serial number from "Apple -> About This Mac".
# Get the serial number from `tsh device asset-tag`.
tctl devices add --os=macos --asset-tag=<SERIAL_NUMBER> --enroll
# Enroll the device.
Expand Down Expand Up @@ -661,9 +661,10 @@ tsh ssh node-that-requires-device-trust
- [ ] Device authorization applies to Database access (all items above)
- [ ] Device authorization applies to Kubernetes access (all items above)
- [ ] Device authorization __does not__ apply to App access
(both cluster-wide and role)
- [ ] Device authorization __does not__ apply to Windows Desktop access
- [ ] Cluster-wide device authorization __does not apply__ to App access
- [ ] Role-based device authorization __applies__ to App access
- [ ] Device authorization __does not apply__ to Windows Desktop access
(both cluster-wide and role)
- [ ] Device audit (see [lib/events/codes.go][device_event_codes])
Expand Down
Loading

0 comments on commit 7e6e922

Please sign in to comment.