-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(docs): autogenerate docs #10399
base: main
Are you sure you want to change the base?
fix(docs): autogenerate docs #10399
Conversation
DryRun Security SummaryThis pull request involves updating the Helm chart and Swagger documentation for the Janssen server's Kubernetes deployment, focusing on global configuration parameters, security considerations, and modifications to the Jans Config API's access control and session management models. Expand for full summarySummary: This pull request appears to be focused on updating the Helm chart and Swagger documentation for the Janssen server's Kubernetes deployment. The changes primarily involve updates to the global configuration parameters, including the auth server ingress configuration, logging configuration, persistence configuration, and Istio integration. From a security perspective, it's important to carefully review these changes to ensure that only the necessary endpoints are exposed, sensitive information is not being logged, database credentials and other secrets are properly secured, and the Istio integration is configured correctly. Additionally, the custom annotations and labels introduced in the Helm chart should be reviewed to prevent the introduction of any security vulnerabilities or exposure of sensitive information. The changes to the Jans Config API Swagger documentation also warrant a thorough review, as they involve updates to the access control model and session management, as well as changes to the data model. Ensuring the proper implementation of access controls and secure session management, as well as the protection of sensitive data, are crucial security considerations. Files Changed:
Code AnalysisWe ran |
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
Auto generated docs
Closes #10400,