All Projects → jenkinsci → kubernetes-credentials-plugin

jenkinsci / kubernetes-credentials-plugin

Licence: Apache-2.0 license
Credential classes to access Kubernetes clusters

Projects that are alternatives of or similar to kubernetes-credentials-plugin

Aws Secrets Manager Credentials Provider Plugin
AWS Secrets Manager Credentials Provider for Jenkins
Stars: ✭ 45 (+200%)
Mutual labels:  credentials, secrets
webextension
Detect secrets in your request/response using secretlint.
Stars: ✭ 40 (+166.67%)
Mutual labels:  credentials, secrets
Passcat
Passwords Recovery Tool
Stars: ✭ 164 (+993.33%)
Mutual labels:  credentials, secrets
Credentials Binding Plugin
Stars: ✭ 39 (+160%)
Mutual labels:  credentials, secrets
ssh-credentials-plugin
No description or website provided.
Stars: ✭ 23 (+53.33%)
Mutual labels:  credentials, secrets
vault-sidecar-injector
Kubernetes admission webhook for secure, seamless and dynamic handling of secrets in your applications
Stars: ✭ 55 (+266.67%)
Mutual labels:  secrets
ink
A Logger backend that logs JSON
Stars: ✭ 64 (+326.67%)
Mutual labels:  secrets
Industrial-Security-Auditing-Framework
ISAF aims to be a framework that provides the necessary tools for the correct security audit of industrial environments. This repo is a mirror of https://gitlab.com/d0ubl3g/industrial-security-auditing-framework.
Stars: ✭ 43 (+186.67%)
Mutual labels:  credentials
SILVERDUMP
A wrapping script to query the default password list maintained by cirn.net... << Thank them.
Stars: ✭ 24 (+60%)
Mutual labels:  credentials
configurator
Synchronize and Version Control ConfigMaps & Secrets across Deployment Rollouts.
Stars: ✭ 68 (+353.33%)
Mutual labels:  secrets
teller
Cloud native secrets management for developers - never leave your command line for secrets.
Stars: ✭ 998 (+6553.33%)
Mutual labels:  secrets
s3cr3t
A supercharged S3 reverse proxy
Stars: ✭ 55 (+266.67%)
Mutual labels:  secrets
secrets
Useful to get input on noecho, secrets, passwords, token, hints
Stars: ✭ 13 (-13.33%)
Mutual labels:  secrets
airgap
Offline LiveUSB to generate and manage secret keys for things such as gpg, certificates, and cryptocurrency
Stars: ✭ 92 (+513.33%)
Mutual labels:  secrets
ok-to-test
Example workflow configuration showing how to use GitHub Actions secrets in pull requests from forks 🍴🔑
Stars: ✭ 58 (+286.67%)
Mutual labels:  secrets
multiOTPCredentialProvider
multiOTP Credential Provider is a V2 Credential Provider for Windows 7/8/8.1/10/2012(R2)/2016 with options like RDP only and UPN name support
Stars: ✭ 121 (+706.67%)
Mutual labels:  credential-provider
secret config
Centralized Configuration and Secrets Management for Ruby and Rails applications.
Stars: ✭ 15 (+0%)
Mutual labels:  secrets
vault-token-helper
@hashicorp Vault Token Helper for macOS, Linux and Windows with support for secure token storage and multiple Vault servers 🔐
Stars: ✭ 74 (+393.33%)
Mutual labels:  credentials
exenv
Exenv makes loading environment variables from external sources easy.
Stars: ✭ 35 (+133.33%)
Mutual labels:  secrets
secrets
Not Yet Another Password Manager written in Go using libsodium
Stars: ✭ 28 (+86.67%)
Mutual labels:  secrets

Kubernetes Credentials Plugin

Jenkins Plugin travis-ci Coverage Status Jenkins Plugin installs

Contains classes shared between the Kubernetes Plugin and the Kubernetes CLI Plugin:

  • an OpenShift username/password credentials that can fetch a valid Kubernetes token when needed
  • an OpenShift secret credentials, which is meant to hold a Kubernetes token

Those credentials are available through the UI and in pipelines. Also provides the implementation of various kinds of Kubernetes authentication, for example via kubeconfig files.

Prerequisites

  • A jenkins installation running version 2.222.1 or higher (with jdk8 or jdk11).

Building and Testing

To build the extension, run:

mvn clean package

and upload target/kubernetes-credentials.hpi to your Jenkins installation.

To run the tests:

mvn clean test

Releasing

mvn release:prepare release:perform
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].