-
Notifications
You must be signed in to change notification settings - Fork 41
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
Under Strict Confinement - AzIoTIdentity integration #429
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need justification for the commented out sections
src/agent/src/main.c
Outdated
@@ -1395,6 +1395,8 @@ int main(int argc, char** argv) | |||
|
|||
ADUC_Logging_Init(launchArgs.logLevel, "du-agent"); | |||
|
|||
printf("Current UID : %d\n", geteuid()); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Do we need to keep the UID in the log?
src/utils/eis_utils/src/eis_utils.c
Outdated
* @param[in] filePath the path of the EIS response named pipe | ||
* returns EISErr value | ||
*/ | ||
// EISErr EISIdentitiesFileWriter(uint32_t timeoutMS, const char* filePath) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we checking in large blocks of commented out code?
src/utils/eis_utils/src/eis_utils.c
Outdated
// * @returns on success a null terminated connection string, otherwise NULL | ||
// */ | ||
// EISUtilityResult RequestConnectionStringFromEISWithExpiry( | ||
// const time_t expirySecsSinceEpoch, uint32_t timeoutMS, ADUC_ConnectionInfo* provisioningInfo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More commented out code...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving changes to remove block
author Shiyi Peng <shiyipeng@microsoft.com> 1679043264 -0700 committer Shiyi Peng <shiyipeng@microsoft.com> 1679564684 -0700 EIS integration snapcraft.yaml named pipe not working change back to file revert back to file fix UT tested working add support strict confinement fix tested working EIS with strict confinement
579a3a4
to
e71c5a6
Compare
Merging to feature/snap