1.3.6 • Published 21 hours ago

@janus-idp/backstage-plugin-jfrog-artifactory v1.3.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
21 hours ago

Jfrog Artifactory plugin for Backstage

The Jfrog Artifactory plugin displays information about your container images within the Jfrog Artifactory registry.

For administrators

Installation and configuration

Procedure

  1. Run the following command to install the Jfrog Artifactory plugin:

    yarn workspace app add @janus-idp/backstage-plugin-jfrog-artifactory
  2. Set the proxy to the desired Artifactory server in the app-config.yaml file as follows:

    proxy:
      endpoints:
        '/jfrog-artifactory/api':
          target: 'http://<hostname>:8082' # or https://<customer>.jfrog.io
          headers:
            # Authorization: 'Bearer <YOUR TOKEN>'
          # Change to "false" in case of using self hosted artifactory instance with a self-signed certificate
          secure: true
  3. Enable the JFROG ARTIFACTORY tab on the entity view page in packages/app/src/components/catalog/EntityPage.tsx:

    /* highlight-add-start */
    import {
      isJfrogArtifactoryAvailable,
      JfrogArtifactoryPage,
    } from '@janus-idp/backstage-plugin-jfrog-artifactory';
    
    /* highlight-add-end */
    
    const serviceEntityPage = (
      <EntityLayout>
        // ...
        {/* highlight-add-start */}
        <EntityLayout.Route
          if={isJfrogArtifactoryAvailable}
          path="/jfrog-artifactory"
          title="Jfrog Artifactory"
        >
          <JfrogArtifactoryPage />
        </EntityLayout.Route>
        {/* highlight-add-end */}
      </EntityLayout>
    );
  4. Annotate your entity with the following annotations:

    metadata:
      annotations:
        'jfrog-artifactory/image-name': '<IMAGE-NAME>'

For users

Using the Jfrog Artifactory plugin in Backstage

Jfrog Artifactory is a front-end plugin that enables you to view the information about the container images that are available in your Jfrog Artifactory registry.

Prerequisites

  • Your Backstage application is installed and running.
  • You have installed the Jfrog Artifactory plugin. For installation and configuration steps, see Installation and configuration.

Procedure

  1. Open your Backstage application and select a component from the Catalog page.

  2. Go to the JFROG ARTIFACTORY tab.

    jfrog-tab

    The JFROG ARTIFACTORY tab contains a list of container images and related information, such as VERSION, REPOSITORIES, MANIFEST, MODIFIED, and SIZE.

1.3.6

21 hours ago

1.3.5

8 days ago

1.3.4

8 days ago

1.3.3

10 days ago

1.3.2

10 days ago

1.3.1

15 days ago

1.3.0

25 days ago

1.2.34

1 month ago

1.2.35

1 month ago

1.2.33

1 month ago

1.2.32

1 month ago

1.2.31

1 month ago

1.2.30

1 month ago

1.2.29

1 month ago

1.2.28

2 months ago

1.2.27

2 months ago

1.2.26

2 months ago

1.2.25

3 months ago

1.2.24

3 months ago

1.2.23

3 months ago

1.2.21

3 months ago

1.2.22

3 months ago

1.2.20

4 months ago

1.2.19

4 months ago

1.2.18

4 months ago

1.2.17

5 months ago

1.2.16

5 months ago

1.2.15

5 months ago

1.2.14

5 months ago

1.2.0

6 months ago

1.1.1

8 months ago

1.1.0

9 months ago

1.2.8

6 months ago

1.2.7

6 months ago

1.2.6

6 months ago

1.2.5

6 months ago

1.1.6

7 months ago

1.2.4

6 months ago

1.1.5

7 months ago

1.2.3

6 months ago

1.1.4

7 months ago

1.2.2

6 months ago

1.1.3

8 months ago

1.2.1

6 months ago

1.1.2

8 months ago

1.2.9

6 months ago

1.2.12

6 months ago

1.2.13

5 months ago

1.2.10

6 months ago

1.2.11

6 months ago

1.0.14

10 months ago

1.0.13

10 months ago

1.0.12

11 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

1 year ago

1.0.11

11 months ago

1.0.10

11 months ago

1.0.0

1 year ago