-
Notifications
You must be signed in to change notification settings - Fork 3
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
Decide on tech services needed for continuous integration #55
Comments
This is blocked by needing to hear from the HHS OCIO what version of GitHub they use. |
HHS OCIO does use a version of GH that allows for Actions, but now we're blocked by not having access to HHS GH (they don't have enough licenses). Options:
Next steps:
|
☝️ All 4 of us have already started adding ideas here async, so I'm going to move this from TODO to In Progress! |
We know that at least 2 other projects in ACF are using the HHS CircleCI org. Adopting CircleCI for this project would let us move this task to "Done" the quickest, because we could use the tracks that those other projects have laid down. The main benefit I see to using GitHub Actions is that it would reduce the number of third-party tech services we need to manage, since we already plan to use GitHub for source control. It would also shrink our "surface", meaning the number of third-party services whose security & availability we rely on to keep our product secure & available. However, we may need to have a fair amount of discussion and back-and-forth with HHS GitHub administrators about GitHub Actions. For the enterprise version of GitHub, access to some Actions e.g. those on GitHub Marketplace is not enabled by default: |
Hey @alexsoble when we originally reached out to Domenic at HHS, he confirmed that the version of GH they use at HHS does have access to Actions. Just as an FYI 💟 |
@carjug Yes! But if we want to use specific actions from the GitHub Marketplace, we may need to work with him to enable access. |
My questions about compliance and FedRamp concerns are these: if GitHub itself is FedRamped, do individual services within the GitHub suite need to be FedRamped as well? I would be surprised if that were the case, but also not. Does anyone know the answer here? |
@alexsoble ahh I see what you mean. |
@carjug Good question! Here's one breadcrumb: 18F/development-guide#273 (comment) Would also be a good question for #dev! |
From @ryanhofdotgov's answer over in the development guide repo, it sounds like we could reasonably count on all GitHub-provided services being compliant. Also, it looks like the TTS infrastructure team looked into this question a little while back and landed here: GSA-TTS/tts-tech-operations#107 (comment) As a member of TTS/GSA, I want to know if I can use GitHub Actions
|
Since CircleCI is already being used by other HHS/ACF projects, it looks like it is an option that would already be approved for this project. Even if GitHub Action would be a good choice and part of GitHub, CircleCI is more mature than GitHub Action. Is there any other risks and issues we may run into if we choose GA, i.e. some of the workflows we want to do may not be available yet compare to CircleCI? |
@amymok Those are good questions! I have more experience with Circle than GitHub Actions. On my last project, the team did use GitHub actions to set up a nifty automated deploy flow that allowed devs to deploy any branch to cloud.gov by adding a "deploy" label on GitHub. That was cool and a neat developer experience! |
@amymok And doing some further digging on Slack, I'm seeing: "Note that GitHub Actions are LiSaaS, so may not pass muster with assessors for Moderate impact systems." More on LiSaaS: https://tailored.fedramp.gov/. So Circle may be the safer/better choice here compliance-wise. |
Have we reached a decision to use CircleCI then? |
@amymok Yes, that would be my vote! |
Works for me! |
Happy to write the ADR for this one if no one else wants to. I'll assign myself to the issue. |
As part of writing up the ADR I looked up CircleCI's FedRAMP status, and interestingly enough it's also Li-SaaS: https://marketplace.fedramp.gov/#!/product/circleci-cloud?sort=productName&productNameSearch=circleci |
This is done! via #97 |
As a team, we need to agree upon which technologies we will be using for CI/CD.
Table for reference:
Tasks
The text was updated successfully, but these errors were encountered: