-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'PORT-11635-bug-fix-mapping-configuration-in-new-relic-c…
…loud-ingesting' of https://github.com/port-labs/port-docs into PORT-11635-bug-fix-mapping-configuration-in-new-relic-cloud-ingesting
- Loading branch information
Showing
63 changed files
with
5,626 additions
and
4,580 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
--- | ||
id: get-an-organization-secret | ||
title: "Get an organization secret" | ||
description: "This route allows you to retrieve a specific secret in your organization.<br/><br/>To learn more about secrets management in Port, check out the [documentation](https://docs.getport.io/sso-rbac/port-secrets)." | ||
sidebar_label: "Get an organization secret" | ||
hide_title: true | ||
hide_table_of_contents: true | ||
api: eJzdksGK2zAQhl9FzKkFbZz0aEphoWUpPXRp01MwZWJPYrG25I7GblOjdy9jO8WB9AV6kY30z2j+X98IFcWSXScueMhhX7toOPRCBpsm/IzmEnojwTAJOxrIoIkdle7kShOpZBLjvIrYBD6jd79RW23eHjl7Ny37YBpC9qYNTAaPoZelMpoWPZ6pJT91eQ4s1pQ1lS9GVVKTOVSh7FUwtS1e1SJdzLOsCmXcnEm6wLJxIYsxPPARy0w3Hpb+rzdgQfAcIT/A59V4UFiIVPbs5AL5YYQjIROrjAmrfKmHIhUWmGIXfKQI+Qhvtlv93Kb2nk7YN2K+LEpIyUJLUocKcjiTgIUOpYYcsmGXrYPKlquycf757rGlBDoeD8Rxmq7nBnK4WsfOrZxDsvcEfbzRrPx+LWtqZzNX1yPIpSPIATv3iS5gQaeAHB57qQNfQ7Pg1G1NWBFPHp0/hancSaN6fUHz+PwRLOjwczq7zRaShS5EadGrfOn+RGLQ33CzkAH2NuERyuCFvPyniM7pC/2SrGvQec1retNx4eYAww4srOefGJkxtZCv6FG46xBFq8bxiJG+cZOSbv/oiRX4wsKA7PCor3Yo1rQ+fdiDBez11jUXLxMXy49CeT3yuj9g098DZhJPq2J6t2QcZ+pS+qufj/5ZsQB4VWtcRUrpD66ZrHs= | ||
sidebar_class_name: "get api-method" | ||
info_path: api-reference-temp/port-api | ||
custom_edit_url: null | ||
--- | ||
|
||
import ApiTabs from "@theme/ApiTabs"; | ||
import DiscriminatorTabs from "@theme/DiscriminatorTabs"; | ||
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint"; | ||
import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes"; | ||
import MimeTabs from "@theme/MimeTabs"; | ||
import ParamsItem from "@theme/ParamsItem"; | ||
import ResponseSamples from "@theme/ResponseSamples"; | ||
import SchemaItem from "@theme/SchemaItem"; | ||
import SchemaTabs from "@theme/SchemaTabs"; | ||
import Heading from "@theme/Heading"; | ||
import OperationTabs from "@theme/OperationTabs"; | ||
import TabItem from "@theme/TabItem"; | ||
|
||
<Heading | ||
as={"h1"} | ||
className={"openapi__heading"} | ||
children={"Get an organization secret"} | ||
> | ||
</Heading> | ||
|
||
<MethodEndpoint | ||
method={"get"} | ||
path={"/v1/organization/secrets/{secret_name}"} | ||
> | ||
|
||
</MethodEndpoint> | ||
|
||
|
||
|
||
This route allows you to retrieve a specific secret in your organization.<br/><br/>To learn more about secrets management in Port, check out the [documentation](https://docs.getport.io/sso-rbac/port-secrets). | ||
|
||
<div> | ||
<div> | ||
<ApiTabs | ||
label={undefined} | ||
id={undefined} | ||
> | ||
<TabItem | ||
label={"200"} | ||
value={"200"} | ||
> | ||
<div> | ||
|
||
|
||
Default Response | ||
|
||
|
||
</div><div> | ||
|
||
</div> | ||
</TabItem> | ||
</ApiTabs> | ||
</div> | ||
</div> | ||
|
Oops, something went wrong.