The Compliant Financial Infrastructure default branch has been renamed.
master
is now named main
If you have a local clone, you can update it by running:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
For more complex branch changes, please read the following issue comment finos#119 (comment)
Compliant Financial Infrastructure accelerates the development, deployment and adoption of services provided for AWS, Azure and Google in a way that meets existing regulatory and internal security controls.
Cloud services controls and tests are used to demonstrate adherence with regulatory and internal compliance requirements mandated for financial institutions when using cloud services. The majority of cloud security incidents are due to misconfiguration; services are not secure by default, configuration is often complex, nuanced and difficult to validate. To some degree or another all financial institutions are re-inventing the wheel – institutions have similar control frameworks and each is trying to secure and stand up the same providers and services within the same regulatory frameworks.
Having robust controls and tests developed and in place removes a barrier to faster adoption of cloud services such as those provided by Amazon/AWS, Microsoft/Azure and Google/GCP, among others. Addressing this barrier will benefit both financial services IT departments, many of whom are looking to move more quickly to the cloud, and the providers themselves, who wish to sell more cloud services into financial institutions.
Controls for cloud service compliance afford banks no particular strategic or competitive advantage while also representing a task something all banks who look to deploy more applications onto the cloud needs to do, and as such are conducive to being developed together as part of the "public commons". The focused project and collaboration with other banks will increase the amount of controls produced and, it's expected, help increase the rate of adoption of cloud services.
This FINOS project produces multiple artifacts (together forming one or multiple accelerators) that provide functional code that implements regulatory compliant configurations of cloud services with BDD tests to validate efficacy. The group review the artifacts for an accelerator and then gather feedback on process and content before iterating on additional services. A key part of the project's approach is to set quality standards across artifacts; members of all tiers can contribute to the project and ensure a common high level of quality is delivered and in less time. The group will also work with cloud service providers to produce more industry specific content and solutions.
Find the Compliant Financial Infrastructure Project Kanban in the parent FINOS organisation on GitHub.
The Agile Workflow for Compliant Financial Infrastructure falls into three main work streams which are overseen by Project Maintainers and fulfilled by the project team and wider FINOS community.
- Agile Delivery of Prioritised Work Items
- Community Contributions and Pull Requests
- Compliant Financial Infrastructure Asynchronous Pull Request and Code Reviews
- Fork it (https://github.com/finos/compliant-financial-infrastructure/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Read our contribution guidelines and Community Code of Conduct
- Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
The Service Approval Accelerator describes each service contributed to Compliant Financial Infrastructure alongside test cases and infrastructure as code.
A single Service Approval Accelerator document should be contributed with every service contributed to Compliant Financial Infrastructure.
See AWS Redshift example below.
The AWS RedShift Service Definition has been created to demonstrate through example the assets required with each service contribution to Compliant Financial Infrastructure.
- Redshift Test Cases :
- A document containing test cases from the point of view of AWS Redshift.
- Redshift Service Approval Accelerator :
- A document containing the Service Approval Accelerator from the point of view of AWS Redshift.
- The Redshift Service Definition :
- A YAML file containing the description of the AWS Redshift service as code.
Compliant Financial Infrastructure email communications are conducted through the fdx-cloud-service-certification@finos.org mailing list. Email fdx-cloud-service-certification@finos.org with questions or suggestions related to Compliant Financial Infrastructure.
Subscribe to the Compliant Financial Infrastructure mailing list by sending an email to fdx-cloud-service-certification+subscribe@finos.org.
Join Compliant Financial Infrastructure on the FINOS Slack by signing up at https://finos-lf.slack.com/. The Compliant Financial Infrastructure channel on Slack is found directly at https://finos-lf.slack.com/messages/compliant-financial-infrastructure/.
Reach out to help@finos.org for any issues when joining Compliant Financial Infrastructure on the FINOS Slack.
Distributed under the Apache License, Version 2.0.
SPDX-License-Identifier: Apache-2.0