Skip to content

Commit

Permalink
Merge pull request #120 from gopal-mahajan/doc-branch
Browse files Browse the repository at this point in the history
minor-changes
  • Loading branch information
gopal-mahajan authored Nov 14, 2024
2 parents 050070f + e39f7e6 commit 447fcd5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ This Code of Conduct provides guidelines for positive interactions and reinforce
- Encouraging any inappropriate behaviors listed above.

### Reporting Issues
If you believe someone is violating the Code of Conduct or if you have concerns, please contact our team by emailing support@iudx.org.in. All reports will be reviewed, investigated, and addressed as appropriate.
If you believe someone is violating the Code of Conduct or if you have concerns,
please contact our team by emailing support@cdpg.org.in.
All reports will be reviewed, investigated, and addressed as appropriate.

## Attribution
This Code of Conduct is adapted from [Opensource.com](https://opensource.com/code-of-conduct) and the [Python Code of Conduct](https://policies.python.org/python.org/code-of-conduct/).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Jenkins Coverage](https://img.shields.io/jenkins/coverage/jacoco?jobUrl=https%3A%2F%2Fjenkins.iudx.io%2Fjob%2Fiudx%2520auditing-server%2520(master)%2520pipeline%2F)](https://jenkins.iudx.io/job/iudx%20auditing-server%20(master)%20pipeline/lastBuild/jacoco/)

<p align="center">
<img src="docs/cdpg.png" width="300">
<img src="./docs/cdpg.png" width="300">
</p>


Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you discover any vulnerabilities in the Data Exchange servers, please report

```
From: <your-email@example.com>
To: DX Admin <admin@iudx.org.in>, DX Support <support@iudx.org.in>
To: DX Admin <admin@iudx.org.in>, DX Support <support@cdpg.org.in>
Subject: Vulnerability Report
Attachments: <screenshots, reports, videos, etc.>
Expand Down
2 changes: 1 addition & 1 deletion docs/Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Modules
This document contains the information of the configurations to setup various services and dependencies in order to bring up the DX Auditing Server.
Please find the example configuration file [here](https://github.com/datakaveri/auditing-server/blob/main/example-configs/config-dev.json). While running the server, config.json file could
Please find the example configuration file [here](https://github.com/datakaveri/auditing-server/blob/main/example-configs/config-example.json). While running the server, config.json file could
be added [secrets](https://github.com/datakaveri/auditing-server/tree/main/secrets/all-verticles-configs).

## Other Configuration
Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- The auditing server records and manages access logs for various servers in CDPG, ensuring that all access and operations on the system are traceable.

2. How do I set up the auditing server?
- Setting up the auditing server involves configuring the server environment, connecting to the message broker (such as RabbitMQ), and setting up any necessary database connections (e.g., PostgreSQL, Immudb). Detailed setup instructions can be found [here](SETUP-and-Installation.md)
- Setting up the auditing server involves configuring the server environment, connecting to the message broker (such as RabbitMQ), and setting up any necessary database connections (e.g., PostgreSQL, Immudb). Detailed setup instructions can be found [here](./SETUP-and-Installation.md)

3. What databases are used in the auditing server, and why?
- The auditing server uses PostgreSQL for fast read access and ImmuDB for immutable data storage, ensuring that audit logs are both accessible and tamper-proof.
Expand Down

0 comments on commit 447fcd5

Please sign in to comment.