dce icon indicating copy to clipboard operation
dce copied to clipboard

Disposable Cloud Environment

Results 60 dce issues
Sort by recently updated
recently updated
newest added

Currently, our account and lease JSON payloads have `accountStatus` and `leaseStatus` fields. The naming is redundant, since the field is a property of the `account` or `lease` object. Also, it's...

Currently doing a create operation on the accounts API doesn't actually create an account. Given a lot of people are using a variation of a landing zone process when creating...

wontfix

Certain configurations could result in a child account becoming not healthy. Can't use the trust, etc. We want to move accounts that run into that issue into not being healthy...

**Version information** v0.23.0 **Describe the bug** The documentation contains an example Service Control Policy (SCP) to use in an AWS organization [here](https://dce.readthedocs.io/en/latest/iam-policies.html#dce-service-control-policies-scp). Using this SCP results in an error in...

documentation

**Version information** DCE v0.24.0 **Describe the bug** The version of the TF AWS provider is explicitly hard-coded into the DCE terraform module. Terraform docs recommend _not_ configuring providers in submodules:...

bug
good first issue

**Version information** **Describe the bug** When logging in using a Firefox browser, the credentials web page infinitely refreshes after entering your log in info. **To Reproduce** 1. Set default browser...

bug

I believe this test will fail on a Sunday. https://github.com/Optum/dce/blob/master/tests/acceptance/update_lease_status_test.go#L319 This is a result of the principal budget starting fresh for the week and todays usage being set by the...

API Reference docs are rendering in a way that isn't particularly useful. - No navigation links - Missing response object schemas - No JSON examples We actually have some [other...

**Is your feature request related to a problem? Please describe.** While authenticating with temporary sts credentials mapped to a cognito user called `testuser`, I observed the following behavior. ~ dce...

bug

Lambda can now direct the outputs to a destination making it easier to send alerts to event bridge, SNS, SQS, or another Lambda. https://aws.amazon.com/blogs/compute/introducing-aws-lambda-destinations/ By using this feature we could...