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

feat: Enclave inspect relying on the API container service only #1070

Merged
merged 9 commits into from
Aug 7, 2023

Conversation

laurentluce
Copy link
Contributor

@laurentluce laurentluce commented Aug 4, 2023

Description:

The current enclave inspect command gets the services info from the backend and from the APIC. This is done to be able to display the enclave details even when the enclave (APIC) is stopped. In practice, inspecting a stopped enclave hasn't proven useful so we are migrating this command to only use the APIC. This change is also required by the bastion/remote host design because the CLI only has access to the remote backend APIC.

The APIC provides all the information required except the service status so we are adding it to ServiceInfo.

Is this change user facing?

YES

@laurentluce laurentluce requested a review from gbouv August 5, 2023 01:12
@laurentluce laurentluce enabled auto-merge (squash) August 7, 2023 15:37
@laurentluce laurentluce merged commit da171ea into main Aug 7, 2023
29 checks passed
@laurentluce laurentluce deleted the laurent/enclave_inspect_apic_only branch August 7, 2023 15:54
leoporoli pushed a commit that referenced this pull request Aug 7, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.81.5](0.81.4...0.81.5)
(2023-08-07)


### Features

* Enclave inspect relying on the API container service only
([#1070](#1070))
([da171ea](da171ea))


### Bug Fixes

* Fix broken link in docs causing CI build to fail
([#1079](#1079))
([77d8a13](77d8a13))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
leoporoli pushed a commit that referenced this pull request Aug 8, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.81.5](0.81.4...0.81.5)
(2023-08-07)


### Features

* Enclave inspect relying on the API container service only
([#1070](#1070))
([da171ea](da171ea))


### Bug Fixes

* Fix broken link in docs causing CI build to fail
([#1079](#1079))
([77d8a13](77d8a13))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
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

2 participants