Skip to content

Commit

Permalink
fixed: regsitry login issue for new docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
prasad-takale-eminds committed Dec 17, 2024
1 parent bf555b0 commit c553886
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install/scripts/registry_role_permissions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ get_api_key() {
fi
# Extract API key using jq
API_KEY=$(echo "$response" | jq -r '.api_key')
echo $API_KEY
# Validate API key
if [[ -z "$API_KEY" || "$API_KEY" == "null" ]]; then
echo -e "${BoldRed}Error: Failed to retrieve API key${NC}"
Expand Down Expand Up @@ -63,8 +62,6 @@ upload_role_permission() {

# Main Execution
REGISTRY_FILE_PATH=$SCRIPT_DIR/RolePermission.xlsx
echo "File to upload: $REGISTRY_FILE_PATH"


if [[ $1 ]]; then
registry_url=$1
Expand Down

0 comments on commit c553886

Please sign in to comment.