Skip to content

Commit b3edc8a

Browse files
Remove HCP Vault Secrets (#216)
1 parent a7951e1 commit b3edc8a

File tree

52 files changed

+15
-4686
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+15
-4686
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
AWS_REGION: ${{ secrets.TEST_AWS_REGION }}
1414
AWS_ACCESS_KEY_ID: ${{ secrets.TEST_AWS_ACCESS_KEY_ID }}
1515
AWS_SECRET_ACCESS_KEY: ${{ secrets.TEST_AWS_SECRET_ACCESS_KEY }}
16-
VAULT_ADDR: ${{ secrets.TEST_VAULT_ADDR }}
17-
HCP_ORG_ID: ${{ secrets.TEST_HCP_ORG_ID }}
18-
HCP_PROJECT_ID: ${{ secrets.TEST_HCP_PROJECT_ID }}
19-
HCP_APP_NAME: ${{ secrets.TEST_HCP_APP_NAME }}
2016
steps:
2117
- name: Checkout the repository
2218
uses: actions/checkout@v4
@@ -142,25 +138,6 @@ jobs:
142138
echo "${{ secrets.TEST_GCP_CONFIG }}" > $HOME/.gcp/config.json
143139
echo "${{ secrets.GCP_TEST_PROPERTIES }}" > ojdbc-provider-gcp/test.properties
144140
145-
# Generate ojdbc-provider-hashicorp/test.properties
146-
echo -e "VAULT_ADDR=${{ secrets.TEST_VAULT_ADDR }}\n
147-
DEDICATED_VAULT_SECRET_PATH=${{ secrets.TEST_DEDICATED_VAULT_SECRET_PATH }}\n
148-
DEDICATED_VAULT_SECRET_PATH_WITH_MULTIPLE_KEYS=${{ secrets.TEST_DEDICATED_VAULT_SECRET_PATH_WITH_MULTIPLE_KEYS }}\n
149-
VAULT_USERNAME=${{ secrets.TEST_VAULT_USERNAME }}\n
150-
VAULT_PASSWORD=${{ secrets.TEST_VAULT_PASSWORD }}\n
151-
VAULT_NAMESPACE=${{ secrets.TEST_VAULT_NAMESPACE }}\n
152-
ROLE_ID=${{ secrets.TEST_ROLE_ID }}\n
153-
SECRET_ID=${{ secrets.TEST_SECRET_ID }}\n
154-
GITHUB_TOKEN=${{ secrets.TEST_GITHUB_TOKEN }}\n
155-
KEY=${{ secrets.TEST_KEY }}\n
156-
HCP_ORG_ID=${{ secrets.TEST_HCP_ORG_ID }}\n
157-
HCP_PROJECT_ID=${{ secrets.TEST_HCP_PROJECT_ID }}\n
158-
HCP_APP_NAME=${{ secrets.TEST_HCP_APP_NAME }}\n
159-
HCP_CLIENT_ID=${{ secrets.TEST_HCP_CLIENT_ID }}\n
160-
HCP_CLIENT_SECRET=${{ secrets.TEST_HCP_CLIENT_SECRET }}\n
161-
SECRET_NAME=${{ secrets.TEST_SECRET_NAME }}\n
162-
SECRET_NAME_WITH_MULTIPLE_KEYS=${{ secrets.TEST_SECRET_NAME_WITH_MULTIPLE_KEYS }}\n
163-
" >> ojdbc-provider-hashicorp/test.properties
164141
165142
- name: Run tests with Maven
166143
run: mvn -B test --file pom.xml
@@ -180,5 +157,4 @@ jobs:
180157
181158
rm ojdbc-provider-jackson-oson/test.properties
182159
183-
rm ojdbc-provider-aws/test.properties
184-
rm ojdbc-provider-hashicorp/test.properties
160+
rm ojdbc-provider-aws/test.properties

ojdbc-provider-aws/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ For the JSON type of provider (AWS S3, AWS Secrets Manager, AWS Parameter Store,
144144
- `awssecretsmanager` (AWS Secrets Manager)
145145
- `awsparameterstore` (AWS Parameter Store)
146146
- `hcpvaultdedicated` (HCP Vault Dedicated)
147-
- `hcpvaultsecret` (HCP Vault Secrets)
148147
- `gcpsecretmanager` (GCP Secret Manager)
149148
- `value`
150149
- Mandatory
@@ -155,7 +154,6 @@ For the JSON type of provider (AWS S3, AWS Secrets Manager, AWS Parameter Store,
155154
- AWS Secret name (if awssecretsmanager)
156155
- AWS Parameter name (if awsparameterstore)
157156
- Secret path (if hcpvaultdedicated)
158-
- Secret name (if hcpvaultsecret)
159157
- Secret name (if gcpsecretmanager)
160158
- `field_name`
161159
- Optional

ojdbc-provider-azure/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ For the JSON type of provider (Azure Key Vault, HTTP/HTTPS, File) the password i
115115
- `base64` (Base64)
116116
- `awssecretsmanager` (AWS Secrets Manager)
117117
- `hcpvaultdedicated` (HCP Vault Dedicated)
118-
- `hcpvaultsecret` (HCP Vault Secrets)
119118
- `gcpsecretmanager` (GCP Secret Manager)
120119
- `value`
121120
- Mandatory
@@ -125,7 +124,6 @@ For the JSON type of provider (Azure Key Vault, HTTP/HTTPS, File) the password i
125124
- Base64 Encoded password (if base64)
126125
- AWS Secret name (if awssecretsmanager)
127126
- Secret path (if hcpvaultdedicated)
128-
- Secret name (if hcpvaultsecret)
129127
- Secret name (if gcpsecretmanager)
130128
- `authentication`
131129
- Optional

ojdbc-provider-gcp/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ For the JSON type of provider (GCP Object Storage, HTTP/HTTPS, File) the passwor
146146
- `base64` (Base64)
147147
- `awssecretsmanager` (AWS Secrets Manager)
148148
- `hcpvaultdedicated` (HCP Vault Dedicated)
149-
- `hcpvaultsecret` (HCP Vault Secrets)
150149
- `value`
151150
- Mandatory
152151
- Possible values
@@ -156,7 +155,6 @@ For the JSON type of provider (GCP Object Storage, HTTP/HTTPS, File) the passwor
156155
- Base64 Encoded password (if base64)
157156
- AWS Secret name (if awssecretsmanager)
158157
- Secret path (if hcpvaultdedicated)
159-
- Secret name (if hcpvaultsecret)
160158
- `authentication`
161159
- Optional
162160
- Possible Values

0 commit comments

Comments
 (0)