Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/accounts-and-teams/service-accounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import img_Screenshot_2024_10_18_at_16_36_18 from './images/service-accounts/5d6

# Service Accounts

Services let you to create a Cloudsmith API Key not tied to a specific user. Services are ideal for any use case where you have automated processes (such as a CI/CD pipeline or similar) that requires write access to a repository.
Services let you create a Cloudsmith API Key not tied to a specific user. Services are ideal for any use case where you have automated processes (such as a CI/CD pipeline or similar) that require access to repositories.

If your use case only requires pull or read access to a repository, use an [Entitlement Token](/software-distribution/entitlement-tokens).
If your use case only requires short-term or restricted read access to a repository, e.g. in software distribution, use an [Entitlement Token](/software-distribution/entitlement-tokens).

<Note variant="note">
To create or manage Services for your organization, you need to have Owner or Manager permissions.
Expand Down Expand Up @@ -67,4 +67,4 @@ Click the red "Delete Service" button to permanently delete the Service and its

You must then confirm that you wish to delete the Service:

<BlockImage src={img_Screenshot_2024_10_18_at_16_36_18} alt="Confirming you want to delete the service"></BlockImage>
<BlockImage src={img_Screenshot_2024_10_18_at_16_36_18} alt="Confirming you want to delete the service"></BlockImage>