logo
Alauda Build of Nexus
logo
Alauda Build of Nexus
Navigation

Overview

Introduction
Features
Lifecycle Policy
Release Notes

Install

Installing Operator
Configuring Account Access Credentials
Nexus Instance Deployment

Upgrade

Nexus Migration Guide: 3.69.0 to 3.76.0 (Alauda Build of Nexus Operator Version v3.76.z)

How to

How to configure PyPI package management using Nexus Repository
How to Customize Deployment Templates

API Reference

Introduction

Kubernetes APIs

Nexus

Configuring Account Access Credentials#

📝 Edit this page on GitHub
Previous PageInstalling Operator
Next PageNexus Instance Deployment

This document describes the configuration methods for credentials required by Nexus instances.

#TOC

#Prerequisites

  • This document applies to Nexus 3.76.0 and above versions provided by the platform. It is decoupled from the platform using technologies such as Operator.

#Nexus Account Credentials

Create a Secret, select the Opaque type, and add a password field in the configuration items:

apiVersion: v1
data:
  password: <base64 encode password>
kind: Secret
metadata:
  name: nexus-root-password
type: Opaque