Skip to content

Commit

Permalink
Change frontend integration-bot wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dangtony98 committed Dec 10, 2022
1 parent e2a84ce commit d14ed06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion frontend/components/basic/dialog/ActivateBotDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ActivateBotDialog = ({
</Dialog.Title>
<div className="mt-2 mb-2">
<p className="text-sm text-gray-500">
Enabling platform integrations lets Infisical decrypt your secrets so they can be forwarded to the platforms.
Most cloud integrations require Infisical to be able to decrypt your secrets so they can be forwarded over.
</p>
</div>
<div className="mt-6 max-w-max">
Expand Down
15 changes: 2 additions & 13 deletions frontend/pages/integrations/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -316,21 +316,10 @@ export default function Integrations() {
)}
<div className={`flex flex-col justify-between items-start mx-4 ${projectIntegrations.length > 0 ? 'mt-12' : 'mt-6'} mb-4 text-xl max-w-5xl px-2`}>
<div className="flex flex-row justify-start items-center text-3xl">
<p className="font-semibold mr-4">Platform & Cloud Integrations</p>
<p className="font-semibold mr-4">Cloud Integrations</p>
</div>
<p className="mr-4 text-base text-gray-400">
Click on the itegration you want to connect. This will let your
environment variables flow automatically into selected third-party
services.
</p>
<p className="mr-4 text-xs text-gray-600 mt-1">
Note: during an integration with Heroku, for security reasons, it
is impossible to maintain end-to-end encryption. In theory, this
lets Infisical decrypt yor environment variables. In practice, we
can assure you that this will never be done, and it allows us to
protect your secrets from bad actors online. The core Infisical
service will always stay end-to-end encrypted. With any questions,
reach out [email protected].
Click on an integration to begin syncing secrets to it.
</p>
</div>
<div className="grid gap-4 grid-cols-4 grid-rows-2 mx-6 mt-4 max-w-5xl">
Expand Down

0 comments on commit d14ed06

Please sign in to comment.