-
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
Add public docs for active and recorded sessions "where" #9084
Merged
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
I've picked the Access Controls Reference page because that seems to be where the use of resources like |
quinqu
approved these changes
Nov 19, 2021
codingllama
force-pushed
the
codingllama/where-public-docs
branch
from
November 23, 2021 14:02
575e258
to
33cb0db
Compare
klizhentas
approved these changes
Nov 24, 2021
codingllama
force-pushed
the
codingllama/where-public-docs
branch
from
November 24, 2021 13:50
33cb0db
to
4063b78
Compare
Documents the work for issue #5430. |
codingllama
added a commit
that referenced
this pull request
Dec 14, 2021
Document features added by RFD 44 and RFD 45. * https://github.com/gravitational/teleport/blob/master/rfd/0044-session-where-condition.md * https://github.com/gravitational/teleport/blob/master/rfd/0045-ssh_session-where-condition.md
codingllama
added a commit
that referenced
this pull request
Dec 14, 2021
Add WebAuthn and Active Session docs * Add user-facing documentation for WebAuthn (#8479) Add the WebAuthn Access Control guide and tweak various pages that mention U2F to either refer to WebAuthn or use more generic terms. * Added `/docs/access-controls/guides/webauthn/` (branched from u2f.mdx) * Added `webauthn` section to reference configuration (`u2f` kept unchanged) * U2F access control guide moved under the "References" section and removed from the index / navigation menu * Cloud guides removed (U2F was the last guide, now deleted) * WebAuthn access control guide * Update access controls pages Update links to WebAuthn and changes lingo to refer to either WebAuthn, MFA, "second factor hardware token" and "second factor authenticator", where appropriate. U2F is moved to the references sections and WebAuthn is favored as the guide to be followed in regards to MFA hardware tokens. Generic language is used whenever possible, excluding places where we reference server configuration or protocol support. * WebAuthn cloud guide * Update cloud pages * WebAuthn config reference * Update references to U2F in various pages * Link to the WebAuthn guide in from the Authentication reference page Incorporates ibeckermayer's suggestion from #8703. * Rephrase sentences according to reviewer feedback * Replace explicit <h2> with `##` * Move "Migrating from U2F" section to the bottom * Use numbered steps * Include tabs for Cloud in config examples * Add tctl as a prerequisite for WebAuthn setup * Remove Cloud guides U2F and WebAuthn were the last remaining items. * Make linter happy * Add public docs for active and recorded sessions "where" (#9084) Document features added by RFD 44 and RFD 45. * https://github.com/gravitational/teleport/blob/master/rfd/0044-session-where-condition.md * https://github.com/gravitational/teleport/blob/master/rfd/0045-ssh_session-where-condition.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Document features added by RFD 44 and RFD 45.