From 84353e433da1a63fb10ca4a22f79c126debd56a5 Mon Sep 17 00:00:00 2001 From: oumkale Date: Mon, 11 Dec 2023 13:44:11 +0530 Subject: [PATCH] =?UTF-8?q?Updating=20readme=20for=20Setting=20up=20JFrog?= =?UTF-8?q?=E2=80=99s=20AssumeRole=20Capabilities=20in=20AWS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49e1566..3f29a19 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,18 @@ [![JFrog Registry Operator](config/images/frogbot-intro.png)](#readme) [![Scanned by JFrog Registry Operator](config/images/frogbot-badge.png)](https://github.com/jfrog/jfrog-registry-operator#readme) -[![Go Report Card](https://goreportcard.com/badge/github.com/jfrog/jfrog-registry-operator)](https://goreportcard.com/badge/github.com/jfrog/jfrog-registry-operator) +[![Go Report Card](https://goreportcard.com/badge/github.com/jfrog/jfrog-registry-operator)](https://goreportcard.com/report/github.com/jfrog/jfrog-registry-operator) [![Build status](https://github.com/jfrog/jfrog-registry-operator/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/jfrog/jfrog-registry-operator/actions/workflows/test.yml?branch=master) [![GitHub issues](https://img.shields.io/github/issues/jfrog/jfrog-registry-operator)](https://github.com/jfrog/jfrog-registry-operator/issues) -### Install operator using helm chart +### Setting up JFrog’s AssumeRole Capabilities in AWS + +Follow more [here](https://jfrog.com/help/r/jfrog-installation-setup-documentation/passwordless-access-for-amazon-eks) +for The integration of AWS Assume Role and JFrog Access presents a powerful solution. By leveraging Assume Role, AWS Identity and Access Management (IAM) users can temporarily assume permissions to perform actions in a secure and controlled manner as well as enhance Kubernetes Secrets Management by automating token rotation, enhancing access controls, and seamlessly integrating JFrog Artifactory into the AWS environment + +### Install operator using helm chart - Ignore if you already installed using Setting up JFrog’s AssumeRole Capabilities in AWS ```bash # Get the latest [Helm release](https://github.com/helm/helm#install) Note: (only V3 is supported) @@ -23,7 +28,7 @@ helm repo add jfrog https://charts.jfrog.io helm repo update # decide on the namespace and kubernetes service account name you will want to create -export SERVICE_ACCOUNT_NAME="" # Default name is jfrog-operator-sa" +export SERVICE_ACCOUNT_NAME="" export ANNOTATIONS="" # Example: eks.amazonaws.com/role-arn: arn:aws:iam::000000000000:role/jfrog-operator-role export NAMESPACE="jfrog-operator"