Z
Z
> @joneszc can we close #2752 and #2723 since we have this one? @dcmcand @viniciusdc Yes, those two PRs were built on forks of the old `develop` branch that is...
@viniciusdc I've opened [PR#537](https://github.com/nebari-dev/nebari-docs/pull/537) to update the docs per your [request](https://github.com/nebari-dev/nebari/pull/2752#issuecomment-2435310592) Also in follow-up to your [ask](https://github.com/nebari-dev/nebari/pull/2752#issuecomment-2435310592), it appears that re-deploying to set KMS encryption on an existing Nebari EKS...
> > However, attempting thereafter to re-deploy to remove the previously set EKS secrets encryption will fail as terraform attempts to delete and rebuild the EKS cluster but cannot due...
@dcmcand @tylergraf Proposing [PR#2723](https://github.com/nebari-dev/nebari/pull/2723) here to add option for a user to specify a KMS-key ARN in nebari-config.yaml, which will set EKS to encrypt secrets: ``` amazon_web_services: eks_kms_arn: 'arn:aws:kms:us-east-1:010101010:key/3xxxxxxx-xxxxx-xxxxx-xxxxx' ```
> > For our use case, we need to allow organizations to create their own keys to match their own policy or possibly reuse existing KMS keys. We don't have...
@tylergraff @viniciusdc I created a new Fork on nebari-dev `main` as opposed to using the [MetroStar/nebari](https://github.com/MetroStar/nebari/), which is forked on the previous default `develop` branch. Unfortunately, my new test [PR#2788](https://github.com/nebari-dev/nebari/pull/2788),...
Hello @viniciusdc @marcelovilla I'm wondering, is there a reason [this commit](https://github.com/nebari-dev/nebari/commit/3d9b6deb19833b716f0b477ccd816e16ac67bce0) did not include [.github/workflows/test.yaml](https://github.com/nebari-dev/nebari/blob/main/.github/workflows/test.yaml#L15) in the `Rename default branch to main and get rid of develop as a target`...
> Hey @joneszc. No particular reason other than I probably missed that one. Happy to open another PR removing it. @marcelovilla it could be coincidence, but we are seeing PRs...
> @joneszc, it would be great to compare your script with the idea above, as I think some images are missing, such as the `/registry` ones in there. Even if...