Skip to content

Commit

Permalink
Implemented a credential provider for Secret Server Vault
Browse files Browse the repository at this point in the history
  • Loading branch information
delinea-rajani committed Sep 20, 2024
1 parent 3ce844b commit 48cf57a
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .changes/1.0.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
### 🎉 Feature

- Implemented a credential provider for Secret Server Vault.
- Rebranded all Thycotic reference to Delinea.
- Rebranded Thycotic reference to Delinea.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
- name: Upload HPI File
uses: actions/upload-artifact@v1
with:
name: delinea-secret-server.hpi
path: target/delinea-secret-server.hpi
name: thycotic-secret-server.hpi
path: target/thycotic-secret-server.hpi
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
### 🎉 Feature

- Implemented a credential provider for Secret Server Vault.
- Rebranded all Thycotic reference to Delinea
- Rebranded Thycotic reference to Delinea
## 1.0.8 - 2024-05-22
### 🐛 Bug Fix

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2019 Delinea
Copyright 2019 Thycotic

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Delinea Secret Server

[![Jenkins Plugin Build](https://github.com/jenkinsci/delinea-secret-server-plugin/actions/workflows/package.yml/badge.svg)](https://github.com/jenkinsci/delinea-secret-server-plugin/actions/workflows/package.yml)
[![Jenkins Plugin Build](https://github.com/jenkinsci/thycotic-secret-server-plugin/actions/workflows/package.yml/badge.svg)](https://github.com/jenkinsci/thycotic-secret-server-plugin/actions/workflows/package.yml)

The Delinea Secret Server Jenkins Plugin allows you to access and reference your Secret Server secrets for use in Jenkins builds.

Expand Down
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
- |
if ! gh config get prompt; then
echo "configuring github cli"
gh repo set-default jenkinsci/delinea-secret-server-plugin
gh repo set-default jenkinsci/thycotic-secret-server-plugin
fi
bump:
desc: bump the version using changie
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath />
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>delinea-secret-server</artifactId>
<artifactId>thycotic-secret-server</artifactId>
<version>1.0.9</version>
<packaging>hpi</packaging>
<properties>
Expand All @@ -21,7 +21,7 @@
~ stapler-plugin.version: The Stapler Maven plugin version required by the plugin. -->
<spring.version>6.0.15</spring.version>
</properties>
<name>Delinea Secret Server Plugin</name>
<name>Thycotic Secret Server Plugin</name>
<!-- The default licence for Jenkins OSS Plugins is MIT. Substitute for the applicable one if needed. -->
<licenses>
<license>
Expand Down

0 comments on commit 48cf57a

Please sign in to comment.