Skip to content

Commit adb9081

Browse files
committed
CR
1 parent 9c67e23 commit adb9081

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ To use OIDC with JFrog, establish a trust relationship between {% data variables
5656

5757
In your {% data variables.product.prodname_actions %} workflow file, ensure you are using the provider name and audience you configured in the JFrog Platform.
5858

59+
The following example uses the placeholder `YOUR_PROVIDER_NAME` & `YOUR_AUDIENCE`.
60+
61+
{% data reusables.actions.oidc-deployment-example %}
5962
```yaml
6063
permissions:
6164
id-token: write
@@ -79,11 +82,12 @@ jobs:
7982

8083
- Always use `permissions: id-token: write` in workflows that authenticate with JFrog.
8184
- Limit trust using specific claims like `repository`, `ref`, or `environment`.
82-
- Configure identity mappings in JFrog to restrict which workflows are allowed to authenticate.
85+
- Configure identity mappings in JFrog to restrict authentication to specific workflows.
8386

8487
## Further Reading
8588

8689
- [JFrog OpenID Connect Integration](https://jfrog.com/help/r/jfrog-platform-administration-documentation/openid-connect-integration)
87-
- [GitHub Docs: About security hardening with OpenID Connect](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
90+
- [JFrog Platform Identify Mappings DOCS](https://jfrog.com/help/r/jfrog-platform-administration-documentation/identity-mappings)
8891
- [JFrog CLI Docs: `exchange-oidc-token` command (manual usage)](https://jfrog.com/help/r/jfrog-cli-documentation/oidc-commands#exchange-oidc-token)
92+
- [GitHub Docs: About security hardening with OpenID Connect](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect)
8993
```

0 commit comments

Comments
 (0)