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

Param extract rego v1 #519

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Conversation

sangkenlee
Copy link
Contributor

regal을 통해 Rego v1 추천 스타일로 코드 작성 시 파라미터 추출 이슈 해결

기존 샘플 코드는 대부분
import data.lib.exempt_container.is_exempt 로 import 후
is_exempt(...) 를 호출하는 방식으로 작성되지만

regal의 최신 스타일을 적용하면
import data.lib.exempt_container 후
exempt_container.is_exempt(...) 이런식으로 호출하는 스타일을 권장함

해당 스타일로 코드가 작성되었을 경우 파라미터 추출 전 정책과 라이브러리 코드 병합 시 인식하도록 개선

@ktkfree ktkfree merged commit 73dd7be into openinfradev:release Jun 18, 2024
4 checks passed
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.

2 participants