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

azure: Comment out service principal env file #1769

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

surajssd
Copy link
Member

@surajssd surajssd commented Apr 2, 2024

The service principal env file was needed when we used to rely on using service principal and its secrets. But we have moved away from using SP and now we use managed identities. So, we don't need this file anymore. But if someone needs it they still have a reference, so this commit comments it out, instead of removing it altogether.

Also another problem with this is that the CI runs fail as this file does not exists and kustomize errors out. In the CI run we don't provide the kustomization file we modify the existing kustomization file.

The service principal env file was needed when we
used to rely on using service principal and its
secrets. But we have moved away from using SP and
now we use managed identities. So, we don't need
this file anymore. But if someone needs it they
still have a reference, so this commit comments it
out, instead of removing it altogether.

Also another problem with this is that the CI runs
fail as this file does not exists and kustomize
errors out. In the CI run we don't provide the
kustomization file we modify the existing
kustomization file.

Signed-off-by: Suraj Deshmukh <suraj.deshmukh@microsoft.com>
Copy link
Member

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link
Contributor

@kartikjoshi21 kartikjoshi21 left a comment

Choose a reason for hiding this comment

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

lgtm

@kartikjoshi21 kartikjoshi21 merged commit 273ec3d into confidential-containers:main Apr 4, 2024
18 checks passed
@surajssd surajssd deleted the remove-sp-env branch April 4, 2024 14:52
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.

None yet

3 participants