Skip to content

Adding credential generation and secret for postgres db#8284

Merged
ytimocin merged 2 commits into
radius-project:mainfrom
superbeeny:features/superbeeny/addCredentialGeneration
Jan 27, 2025
Merged

Adding credential generation and secret for postgres db#8284
ytimocin merged 2 commits into
radius-project:mainfrom
superbeeny:features/superbeeny/addCredentialGeneration

Conversation

@superbeeny
Copy link
Copy Markdown
Contributor

Description

This PR is to update the database helm chart to generate a password and create a secret for the postgres database

Type of change

  • This pull request adds or changes features of Radius and has an approved issue (issue link required).

Fixes: #8273

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
  • If applicable, design document has been reviewed and approved by Radius maintainers/approvers.
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.84%. Comparing base (6072aa2) to head (e9ea64f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8284      +/-   ##
==========================================
+ Coverage   59.81%   59.84%   +0.02%     
==========================================
  Files         590      590              
  Lines       39513    39513              
==========================================
+ Hits        23636    23645       +9     
+ Misses      14116    14111       -5     
+ Partials     1761     1757       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented Jan 23, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository superbeeny/radius
Commit ref 07ad6a9
Unique ID func4eb9c30871
Image tag pr-func4eb9c30871
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func4eb9c30871
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func4eb9c30871
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func4eb9c30871
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func4eb9c30871
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func4eb9c30871
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting corerp-cloud functional tests...
⌛ Starting ucp-cloud functional tests...
✅ corerp-cloud functional tests succeeded
✅ ucp-cloud functional tests succeeded

@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented Jan 24, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository superbeeny/radius
Commit ref 0ee8f78
Unique ID func2bbf0b0e26
Image tag pr-func2bbf0b0e26
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func2bbf0b0e26
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func2bbf0b0e26
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func2bbf0b0e26
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func2bbf0b0e26
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func2bbf0b0e26
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Comment thread deploy/Chart/templates/database/configmaps.yaml
Comment thread deploy/Chart/templates/database/configmaps.yaml Outdated
Comment thread deploy/Chart/templates/database/configmaps.yaml
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented Jan 27, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository superbeeny/radius
Commit ref f2fdf70
Unique ID func650646819c
Image tag pr-func650646819c
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func650646819c
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func650646819c
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func650646819c
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func650646819c
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func650646819c
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com>
Signed-off-by: Nick Beenham <Nicholas_Beenham@cable.comcast.com>
@superbeeny superbeeny force-pushed the features/superbeeny/addCredentialGeneration branch from f2fdf70 to e9ea64f Compare January 27, 2025 16:10
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented Jan 27, 2025

Radius functional test overview

🔍 Go to test action run

Name Value
Repository superbeeny/radius
Commit ref e9ea64f
Unique ID func827cb8985f
Image tag pr-func827cb8985f
Click here to see the list of tools in the current test run
  • gotestsum 1.12.0
  • KinD: v0.20.0
  • Dapr:
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func827cb8985f
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func827cb8985f
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func827cb8985f
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func827cb8985f
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func827cb8985f
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@ytimocin ytimocin merged commit c9f05c9 into radius-project:main Jan 27, 2025
@superbeeny superbeeny deleted the features/superbeeny/addCredentialGeneration branch January 27, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature: Generated username and password for the postgres database

2 participants