Skip to content
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

Add support for AWS account onboarding without CloudFormation #128

Merged
merged 6 commits into from
Sep 20, 2023
Merged

Conversation

johan3141592
Copy link
Member

No description provided.

@johan3141592 johan3141592 requested a review from a team as a code owner September 18, 2023 13:33
@johan3141592 johan3141592 changed the title Cnp Add support for AWS account onboarding without CloudFormation Sep 18, 2023
@johan3141592 johan3141592 changed the base branch from main to beta September 19, 2023 07:59
if len(mappings) != 1 {
return uuid.Nil, errors.New("expected account mappings for a single account")
}
if msg := mappings[0].Message; msg == "" || !strings.Contains(msg, "RBK30300003") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Both the retry count (7) and the explicit error RBK30300003 could be commented to add some more context to the reader.

@@ -39,6 +40,10 @@ import (
"github.com/rubrikinc/rubrik-polaris-sdk-for-go/pkg/polaris/log"
)

const (
requestTimeout = 5 * time.Second
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: maybe a comment about the background to choosing 5s

@johan3141592 johan3141592 merged commit 447c883 into beta Sep 20, 2023
@johan3141592 johan3141592 deleted the cnp branch September 20, 2023 11:10
johan3141592 added a commit that referenced this pull request Apr 11, 2024
* Add support for AWS account onboarding without CloudFormation (#128)
* Support relative paths for the credentials file (#130)
* Support reading credentials from current environment (#132)
* Add support for bootstrapping Rubrik clusters (#127)
* Improve error messages (#133)
* Check if vars exist when reading credentials from env (#134)
* Change ID type from uuid.UUID to string (#129)
* Add support for AWS shared exocompute (#136)
* Add support for AWS private container registry (#137)
* Add support for AWS cloud archival location (#138)
* Add aws exocompute update (#140) (#143)
* Update aws exocompute config fields (#144)
* Do not populate non-existing aws exo config subnets (#145)
* Add support for reading PCR (#146)
* Add support for permission groups to AWS features (#147)
* Add support for reading deployment IP addresses (#148)
* Add missing private container registry comments (#142)
* Cleanup now removes all AWS features (#149)
* Fix shared exocompute (#150)
* Fix AWS account list functionality (#151)
* Add support for BYOK clusters (#152)
* Fix feature permission group updates (#154)
* Fix BYOK connect cluster query (#155)
* Update AWS PCR documentation (#156)
* Add support for BYOK8s cluster disconnect (#157)
* Update dependencies and bump compiler version (#159)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants