Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

documentation updates and some minor refactoring #288

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Conversation

v0lkan
Copy link
Contributor

@v0lkan v0lkan commented Oct 4, 2023

No description provided.

Signed-off-by: Volkan Özçelik <ovolkan@vmware.com>
//
// The function uses the crypto/rand package for secure random number
// generation, suitable for cryptographic purposes.
func generateAesSeed() (string, error) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

moved it to a separate file.

Comment on lines +22 to +26
<p>The next <strong><a href="/docs/contributor-sync/"
style="text-decoration: underline; color: #0946EC"
>VSecM Contributor Sync</a></strong> will be on…<br>
<strong>Thursday, 2023-10-26</strong>
at <strong>8:00am</strong> Pacific time.</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Filed an issue to dynamically generate these (from a source of truth) instead of creating a PR whenever something new is announced.

It’s not urgent, though; we can live this way for a while.

Comment on lines +53 to +60
### VMware Secrets Manager Contributor Sync — 2023-09-29

<div style="padding:56.25% 0 0 0;position:relative;"><iframe
src="https://player.vimeo.com/video/869636733?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479"
frameborder="0" allow="autoplay; fullscreen; picture-in-picture"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
title="VMware Secrets Manager Contributor Sync — 2023-09-29"
></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

added the VOD of last session.

Comment on lines +570 to +574
echo "Running Go unit tests..."
if ! go test ./...; then
echo "Go unit tests failed, exiting."
exit 1
fi
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Runs unit tests before every integration test.

If unit tests are failing, there is no reason to run integration tests which are more expensive to run.

@v0lkan v0lkan merged commit 8f924f6 into main Oct 4, 2023
@v0lkan v0lkan deleted the ovolkan/doc-update branch October 4, 2023 18:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant