Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

tests(e2e): Create ServiceAccount for Vault #3571

Merged
merged 1 commit into from
Jun 11, 2021

Conversation

ksubrmnn
Copy link
Contributor

Signed-off-by: Kalya Subramanian kasubra@microsoft.com

Description:
Adds a ServiceAccount for when vault is deployed in e2es. This allows the vault to be deployed with the privileged SCC on OpenShift which is necessary since it requires the IPC_LOCK capability.

The OpenShift docs recommend the privileged SCC here: https://www.openshift.com/blog/integrating-vault-with-legacy-applications

Related to #3097

Affected area:

Functional Area
New Functionality [ ]
Documentation [ ]
Install [ ]
CLI Tool [ ]
Certificate Management [ ]
Control Plane [ ]
Ingress [ ]
Egress [ ]
Networking [ ]
Observability [ ]
SMI Policy [ ]
Sidecar Injection [ ]
Security [ ]
Upgrade [ ]
Tests [X]
CI System [ ]
Demo [ ]
Performance [ ]
Other [ ]

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project?
    • Did you notify the maintainers and provide attribution?
      No
  2. Is this a breaking change?
    No

@ksubrmnn ksubrmnn requested a review from a team as a code owner June 10, 2021 15:12
@ksubrmnn ksubrmnn added the wip Work-in-Progress label Jun 10, 2021
@ksubrmnn ksubrmnn marked this pull request as draft June 10, 2021 15:54
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
@ksubrmnn ksubrmnn marked this pull request as ready for review June 10, 2021 16:02
@ksubrmnn ksubrmnn removed the wip Work-in-Progress label Jun 10, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #3571 (973f7c7) into main (50174f7) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3571      +/-   ##
==========================================
+ Coverage   66.12%   66.13%   +0.01%     
==========================================
  Files         174      174              
  Lines        8309     8309              
==========================================
+ Hits         5494     5495       +1     
+ Misses       2784     2783       -1     
  Partials       31       31              
Flag Coverage Δ
unittests 66.13% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/endpoint/providers/kube/client.go 79.00% <0.00%> (+1.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 50174f7...973f7c7. Read the comment docs.

@ksubrmnn ksubrmnn merged commit c298f7b into openservicemesh:main Jun 11, 2021
@ksubrmnn ksubrmnn deleted the vault branch June 11, 2021 00:46
whitneygriffith pushed a commit to whitneygriffith/osm that referenced this pull request Jun 15, 2021
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
Signed-off-by: Whitney Griffith <whitney.griffith16@gmail.com>
whitneygriffith pushed a commit to whitneygriffith/osm that referenced this pull request Jun 16, 2021
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
whitneygriffith pushed a commit to whitneygriffith/osm that referenced this pull request Jun 17, 2021
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
shalier pushed a commit to shalier/osm that referenced this pull request Jun 30, 2021
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
@ksubrmnn ksubrmnn linked an issue Jul 20, 2021 that may be closed by this pull request
@nshankar13
Copy link
Contributor

@Mergifyio backport release-v0.9

mergify bot pushed a commit that referenced this pull request Jul 27, 2021
Signed-off-by: Kalya Subramanian <kasubra@microsoft.com>
(cherry picked from commit c298f7b)
@mergify
Copy link
Contributor

mergify bot commented Jul 27, 2021

Command backport release-v0.9: success

Backports have been created

nshankar13 added a commit that referenced this pull request Jul 27, 2021
…/pr-3571

tests(e2e): Create ServiceAccount for Vault (backport #3571)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure e2es to run on OpenShift
5 participants