Generate an API Key

Remember your username and API key. We will use it again with the JFrog CLI and to set up GKE to deploy your image.

  1. Go to your JFrog Platform instance at https://[server name].jfrog.io. Refer to your JFrog Free Subscription Activation email if needed. Substitute your server name. Activation Email
  2. Login to your JFrog Platform instance with your credentials. Login
  3. Once logged into your JFrog Platform instance, you will be presented with the landing page. Landing
  4. Go to your profile and select Edit Profile. Edit Profile
  5. Enter your password and click Unlock to edit the profile.
  6. In the Authentication Settings section, click the gear icon to generate an API key. Api Key
  7. Copy the API Key.
  8. Click Save.
  9. We must set these credentials as environment variables to be used in the build later. Do that now with the following commands.

export JFROG_USER=<username/email>

export JFROG_API_KEY=<api key>

export JFROG_SERVER_NAME=<[server_name].jfrog.io>

JFrog ENV VARS