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

Drop specifying containers by index #158

Merged
merged 1 commit into from
Jul 20, 2021

Conversation

scothis
Copy link
Contributor

@scothis scothis commented Jul 20, 2021

Since the container index is not defined as semantically meaningful, it
is inherently unstable to make security related decisions based on. Use
the container name instead to restrict access to specific containers.

This capability was removed from the spec.

Refs: servicebinding/spec#171

Signed-off-by: Scott Andrews andrewssc@vmware.com

Since the container index is not defined as semantically meaningful, it
is inherently unstable to make security related decisions based on. Use
the container name instead to restrict access to specific containers.

This capability was removed from the spec.

Refs: servicebinding/spec#171

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
@vmwclabot vmwclabot added the cla-not-required CLA not required label Jul 20, 2021
@codecov
Copy link

codecov bot commented Jul 20, 2021

Codecov Report

Merging #158 (ce719e6) into main (7d04196) will decrease coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #158      +/-   ##
==========================================
- Coverage   94.51%   94.46%   -0.05%     
==========================================
  Files          16       16              
  Lines         583      578       -5     
==========================================
- Hits          551      546       -5     
  Misses         21       21              
  Partials       11       11              
Impacted Files Coverage Δ
...nternal/v1alpha1/servicebindingprojection_types.go 100.00% <ø> (ø)
...nal/v1alpha1/servicebindingprojection_lifecycle.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7d04196...ce719e6. Read the comment docs.

@scothis scothis merged commit fdccc48 into vmware-tanzu:main Jul 20, 2021
@scothis scothis deleted the indexed-containers branch July 20, 2021 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required CLA not required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants