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

[RULE] Use Microsoft Entra ID for Azure Cache for Redis #2899

Closed
BenjaminEngeset opened this issue May 29, 2024 · 0 comments · Fixed by #2900
Closed

[RULE] Use Microsoft Entra ID for Azure Cache for Redis #2899

BenjaminEngeset opened this issue May 29, 2024 · 0 comments · Fixed by #2900
Labels
pillar: security Aligned to the Security pillar. rule: redis Rules for Azure Cache for Redis
Milestone

Comments

@BenjaminEngeset
Copy link
Contributor

BenjaminEngeset commented May 29, 2024

Existing rule

No response

Suggested rule

Azure Cache for Redis provides two authentication methods for accessing cache instances: access keys and Microsoft Entra ID (formerly Azure Active Directory).

To enable Microsoft Entra ID authentication, set the properties.redisConfiguration.aad-enabled property to True.

However, it’s important to note that it is currently not possible to completely disable local authentication methods (access keys). Therefore, while configuring this setting, it is recommended to prioritize and use the Microsoft Entra ID authentication method to enhance security.

Pillar

Security

Additional context

https://learn.microsoft.com/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication

@BenjaminEngeset BenjaminEngeset added Needs: Triage 🔍 rule The issue relates to a rule labels May 29, 2024
@BernieWhite BernieWhite added rule: redis Rules for Azure Cache for Redis pillar: security Aligned to the Security pillar. and removed rule The issue relates to a rule Needs: Triage 🔍 labels May 30, 2024
@BernieWhite BernieWhite added this to the v1.37.0 milestone May 30, 2024
This was referenced Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pillar: security Aligned to the Security pillar. rule: redis Rules for Azure Cache for Redis
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants