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

Fix: Peering name length for long region names. #315

Merged
merged 42 commits into from
May 10, 2022
Merged

Conversation

ulkeba
Copy link
Contributor

@ulkeba ulkeba commented May 8, 2022

Names of peerings are restricted to 64 characters. For region names like 'germanywestcentral', the pattern 'Peer-${hubVirtualNetwork.name}To${vnetSpoke.name}' exceeds 64 characters (the hub's name is defined as '${prefix}-vnet-${location}-hub').

ulkeba and others added 30 commits April 27, 2022 11:18
Co-authored-by: Chad Kittel <chad.kittel@gmail.com>
- Add bash snippet to set pre-existing group.
- Add hints to skip user creation / member adding group has members.
...making sure they are also written to aks_baseline.env by saveenv.sh.
Co-authored-by: Chad Kittel <chad.kittel@gmail.com>
Co-authored-by: Chad Kittel <chad.kittel@gmail.com>
Co-authored-by: Chad Kittel <chad.kittel@gmail.com>
Co-authored-by: Chad Kittel <chad.kittel@gmail.com>
networking/spoke-BU0001A0008.bicep Outdated Show resolved Hide resolved
ulkeba and others added 2 commits May 10, 2022 07:20
Co-authored-by: Chad Kittel <chad.kittel@gmail.com>
* Allow communication with API server via udp/1194.

References:
mspnp#223
https://docs.microsoft.com/en-us/azure/firewall/protect-azure-kubernetes-service

* Return IP address instead of res. ID (acc  to doc)

* Minimal user feedback: echo variables to console.

* ifconfig.io to return IPv4 addr for access policy

* Notes for macOS users, having BSD sed.

* Improvement to comment.

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Comment out firewall rule, but add hints.

* Enable FW rule in bicep; remove warning.

* Update references to 'aks-baseline'.

* Get current branch name and pass as parameter.

* Pass domain name as parameter to curl container.

* Optimize docs for pre-existing AAD group.

- Add bash snippet to set pre-existing group.
- Add hints to skip user creation / member adding group has members.

* Hint for single-tenant deployment.

* Make namespace reader group optional.

* Fix: Print correct variable name.

* Only stage intentionally changed file for commit.

* FIx deployment failures on role lookup

* Add some clarification to docs.

* Make saveenv.sh independent of current directory.

* Append suffix to GITOPS variables...

...making sure they are also written to aks_baseline.env by saveenv.sh.

* export GITOPS variables.

* Revert "FIx deployment failures on role lookup"

This reverts commit 9234b57.

* Revert "Only stage intentionally changed file for commit."

This reverts commit fba516b.

* GITOPS variables are just 'local'.

* Update 01-prerequisites.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Update 03-aad.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Update 03-aad.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Update 03-aad.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Update 03-aad.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Update 11-validation.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Update 03-aad.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* Update 03-aad.md

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>

* GITOPS variables are just 'local'.

* Replace WAF configuration with WAF policy.

Co-authored-by: Chad Kittel <chad.kittel@gmail.com>
Copy link
Member

@ckittel ckittel left a comment

Choose a reason for hiding this comment

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

LGTM. Thx

@ckittel ckittel added the bug Something isn't working label May 10, 2022
@ckittel ckittel merged commit 7b135a7 into mspnp:main May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants