Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Add BucketAccess Controller #10

Merged
merged 2 commits into from
Dec 17, 2020

Conversation

rrati
Copy link

@rrati rrati commented Dec 9, 2020

No description provided.

@rrati
Copy link
Author

rrati commented Dec 9, 2020

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 9, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rrati

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@rrati
Copy link
Author

rrati commented Dec 9, 2020

wait to merge until this is resolved:
kubernetes-retired/container-object-storage-interface-spec#12

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Dec 9, 2020
@rrati
Copy link
Author

rrati commented Dec 10, 2020

There is a fake client in the spec repo now

@rrati
Copy link
Author

rrati commented Dec 10, 2020

/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 10, 2020
return fmt.Errorf("unable to get bucket instance %s: %+v", bucketInstanceName, err)
}

req := osspec.ProvisionerGrantBucketAccessRequest{
Copy link
Contributor

Choose a reason for hiding this comment

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

ServiceAccount should also be considered here?

CredentialsFileContents: credsContents,
CredentialsFilePath: credsFile,
}, nil
},
Copy link
Contributor

Choose a reason for hiding this comment

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

What is the reason we have both SA and Principal, providing one of the two is normal usecase.

Copy link
Author

Choose a reason for hiding this comment

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

Yes, this is a mistake in the test. The principal shouldn't be returned here.

@brahmaroutu brahmaroutu added this to the Demo 1 milestone Dec 11, 2020
@rrati
Copy link
Author

rrati commented Dec 16, 2020

Part of #8

@rrati
Copy link
Author

rrati commented Dec 16, 2020

Part of #6

Copy link
Contributor

@brahmaroutu brahmaroutu left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Dec 17, 2020
@k8s-ci-robot k8s-ci-robot merged commit e59238a into kubernetes-retired:master Dec 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants