forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docs metioning upserting connectors without secrets (gravitationa…
…l#23337) When upserting Github/SAML/OIDC connectors we must upsert them with their original secrets. The exporter command didn't exported the connectors with their original secrets and the upsert replaced them. The result is that no one is able to login to Teleport using those connectors because of the missing secrets. This PR corrects the instructions used to extract the connectors and their secrets. It also fixes a documentation reference to incorrect resources.
- Loading branch information
Showing
3 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
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
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
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