-
Notifications
You must be signed in to change notification settings - Fork 91
CLOUDP-266544: Support local resource credentials #1782
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
Conversation
2bda370
to
3db3cde
Compare
3db3cde
to
15ec9d1
Compare
15ec9d1
to
8b8d117
Compare
8b8d117
to
2d1bd44
Compare
2d1bd44
to
514af19
Compare
9f35b5a
to
7f66bed
Compare
Signed-off-by: jose.vazquez <[email protected]>
ee6aae4
to
dde859c
Compare
dde859c
to
02d62bb
Compare
Signed-off-by: jose.vazquez <[email protected]>
02d62bb
to
9fa0baa
Compare
In the end I removed the global fallback from this part of the resolution. That will still work as before. The only loss is we do not have precise errors when there is no global fallback, but that scenario was problematic to open up so soon anyway. We should decide if the global fallback will be optional separately. |
.github/workflows/test-e2e.yml
Outdated
ATLAS_LOCAL_PUBLIC_KEY: ${{ secrets.ATLAS_LOCAL_PUBLIC_KEY }} | ||
ATLAS_LOCAL_PRIVATE_KEY: ${{ secrets.ATLAS_LOCAL_PRIVATE_KEY }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josvazg Why do we need to duplicate API credentials?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, we do not need this credentials.
I can simplify, but then the gov test issues will get me, so I won't be able to merge today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
rerunning e2e gov, let's evaluate if this is still a blocker. |
Our nightly test suite saw recovery today at midnight on the gov tests: |
@s-urbaniak all green again, I closed CLOUDP-270948 |
* Revert "CLOUDP-266544: Support local resource credentials (#1782)" This reverts commit 8dbdcbf. * Use project creds again
pkg/api/credentials.go
.AtlasDatabaseUser
's CRD and Controller.Testing:
ComputeSecret
.All Submissions: