Skip to content

Commit

Permalink
discreate passwords for oracle/postgress dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
gpascucci committed Oct 25, 2024
1 parent 6c1ca19 commit 4267790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
-p AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }}
-p AWS_ACCESS_KEY_SECRET='${{ secrets.AWS_ACCESS_KEY_SECRET }}'
-p ORACLE_DB_USER=${{ secrets.DB_USER }}
-p ORACLE_DB_PASSWORD='${{ secrets.DB_PASSWORD }}'
-p DB_PASSWORD='${{ secrets.DB_PASSWORD }}'
-p ORACLE_DB_PASSWORD='${{ secrets.ORACLE_DB_PASSWORD }}'
-p POSTGRES_DB_PASSWORD='${{ secrets.POSTGRES_DB_PASSWORD }}'
-p FORESTCLIENTAPI_KEY='${{ secrets.FORESTCLIENTAPI_KEY }}'
triggers: ('common/' 'backend/' 'frontend/')

Expand Down
4 changes: 2 additions & 2 deletions common/openshift.init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ parameters:
- name: PG_DATABASE
description: Postgres database name
value: database
- name: DB_PASSWORD
- name: POSTGRES_DB_PASSWORD
description: Password for the PostgreSQL connection user.
required: true
- name: FORESTCLIENTAPI_KEY
Expand Down Expand Up @@ -69,7 +69,7 @@ objects:
app: ${NAME}-${ZONE}
stringData:
database-name: ${NAME}
database-password: ${DB_PASSWORD}
database-password: ${POSTGRES_DB_PASSWORD}
database-user: ${NAME}
- apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
Expand Down

0 comments on commit 4267790

Please sign in to comment.