Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: audit entries for all idp sync changes #15919

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

Merged
merged 5 commits into from
Jan 2, 2025
Merged

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Dec 18, 2024

Screenshot From 2024-12-18 10-20-51

Comment on lines 136 to 139
// noID can be used for resources that do not have an uuid.
// An example is singleton configuration resources.
// 51A51C = "Static"
var noID, _ = uuid.Parse("51A51C00-0000-0000-0000-000000000000")
Copy link
Member Author

Choose a reason for hiding this comment

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

We need some id.

Copy link
Contributor

Choose a reason for hiding this comment

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

I normally use MustParse here, since it'll just silently be a null if it fails.

@Emyrk Emyrk requested a review from coadler December 18, 2024 16:56
@github-actions github-actions bot added the stale This issue is like stale bread. label Dec 26, 2024
@matifali matifali removed the stale This issue is like stale bread. label Dec 26, 2024
Comment on lines 136 to 139
// noID can be used for resources that do not have an uuid.
// An example is singleton configuration resources.
// 51A51C = "Static"
var noID, _ = uuid.Parse("51A51C00-0000-0000-0000-000000000000")
Copy link
Contributor

Choose a reason for hiding this comment

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

I normally use MustParse here, since it'll just silently be a null if it fails.

@Emyrk Emyrk force-pushed the stevenmasley/audit_idpsync branch from 0bf52c4 to 6b7fd06 Compare January 2, 2025 18:03
@Emyrk Emyrk merged commit 73ec6b2 into main Jan 2, 2025
34 checks passed
@Emyrk Emyrk deleted the stevenmasley/audit_idpsync branch January 2, 2025 21:02
@github-actions github-actions bot locked and limited conversation to collaborators Jan 2, 2025
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.

3 participants