Skip to content

Commit

Permalink
Merge branch 'jenkinsci:master' into Github-App-Credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
trispad authored Mar 9, 2022
2 parents 008c411 + 26bce3b commit f950dc2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 69 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Access credentials from AWS Secrets Manager in your Jenkins jobs.

This plugin is the high-level counterpart of the [AWS Secrets Manager SecretSource](https://github.com/jenkinsci/aws-secrets-manager-secret-source-plugin) plugin. It pulls in that plugin as a dependency, so by installing the CredentialsProvider on Jenkins you get the SecretSource 'for free'. This dependency will be removed in future, at which point you will need to install the SecretSource plugin separately.
This plugin is the high-level counterpart of the [AWS Secrets Manager SecretSource](https://github.com/jenkinsci/aws-secrets-manager-secret-source-plugin) plugin. You can use either plugin individually, or use both of them.

## Contents

Expand All @@ -23,7 +23,7 @@ This plugin is the high-level counterpart of the [AWS Secrets Manager SecretSour
## Features

- Read-only view of Secrets Manager.
- `CredentialsProvider` and `SecretSource` API support.
- `CredentialsProvider` API support.
- Credential metadata caching (duration: 5 minutes).

## Setup
Expand Down
2 changes: 0 additions & 2 deletions docs/filters/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Multiple filters combine with an **implicit AND** operator. Multiple values for

Filters are applied server-side by Secrets Manager, and use the Amazon syntax. For full instructions on constructing filters, read the [ListSecrets API documentation](https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_ListSecrets.html).

Note: The `SecretSource` implementation does not use the filters, as they are not relevant to it.

## Examples

Show credentials with the tag `foo` = [any value]:
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,6 @@
<artifactId>aws-java-sdk</artifactId>
<version>1.12.131-302.vbef9650c6521</version>
</dependency>
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>aws-secrets-manager-secret-source</artifactId>
<version>0.0.2</version>
</dependency>
<dependency>
<groupId>io.jenkins</groupId>
<artifactId>configuration-as-code</artifactId>
Expand Down

This file was deleted.

0 comments on commit f950dc2

Please sign in to comment.