Skip to content

Commit

Permalink
chore(credentials): clean up UI text (#1139) (#1144)
Browse files Browse the repository at this point in the history
(cherry picked from commit 316e9c7)

Co-authored-by: Andrew Azores <aazores@redhat.com>
  • Loading branch information
mergify[bot] and andrewazores authored Oct 23, 2023
1 parent 88363b2 commit 2cc2d37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/app/SecurityPanel/Credentials/StoreCredentials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,12 @@ export const StoreCredentialsCard: SecurityCard = {
description: (
<TextContent>
<Text component={TextVariants.small}>
Credentials that Cryostat uses to connect to Cryostat agents or target JVMs over JMX are stored here. These are
stored in encrypted storage managed by the Cryostat backend. These credentials may be used for manually managing
recordings and event templates on target JVMs, as well as for Automated Rules which run in the background and
open unattended target connections. Any locally-stored client credentials held by your browser session are not
displayed here. See <Link to="/settings">Settings</Link> to configure locally-stored credentials.
Credentials that Cryostat uses to connect to Cryostat agents or target JVMs over JMX are stored in encrypted
storage.
</Text>
<Text component={TextVariants.small}>
The locally-stored client credentials held by your browser session are not displayed here. See{' '}
<Link to="/settings?tab=advanced">Settings</Link> to configure locally-stored credentials.
</Text>
</TextContent>
),
Expand Down
5 changes: 5 additions & 0 deletions src/app/Shared/Components/JmxAuthDescription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ export const JmxAuthDescription: React.FC<React.PropsWithChildren<DescriptionPro
<Text component={TextVariants.pre}>com.sun.management.jmxremote.login.config</Text>
</TextListItem>
</TextList>
<Text component={TextVariants.p}>
These authentication credentials are stored in encrypted storage managed by the Cryostat backend and used for
manually managing recordings and event templates on target JVMs, as well as for Automated Rules which run in the
background and open unattended target connections.
</Text>
</TextContent>
);
};

0 comments on commit 2cc2d37

Please sign in to comment.