Skip to content

fix(ssl): ssl label upgrade max len#9301

Merged
juststillthinking merged 11 commits into
apache:masterfrom
Fabriceli:fix/ssl_max_len
May 5, 2023
Merged

fix(ssl): ssl label upgrade max len#9301
juststillthinking merged 11 commits into
apache:masterfrom
Fabriceli:fix/ssl_max_len

Conversation

@Fabriceli

Copy link
Copy Markdown
Contributor

Description

Upgrade SSL label len 64 to 256

Fixes # (issue)
apache/apisix-ingress-controller#1768

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

Comment thread t/admin/ssl4.t Outdated
@Fabriceli

Copy link
Copy Markdown
Contributor Author

could you return the CI? it seems that the unit test is not stable @monkeyDluffy6017

@Fabriceli

Copy link
Copy Markdown
Contributor Author

No error in my local for Code Lint CI:

$ make lint
[ info ] lint -> [ Start ]
./utils/check-lua-code-style.sh
+ luacheck -q apisix t/lib
Total: 0 warnings / 0 errors in 251 files
+ find apisix -name '*.lua' '!' -wholename apisix/cli/ngx_tpl.lua -exec ./utils/lj-releng '{}' +
+ grep -E 'ERROR.*.lua:' /tmp/check.log
+ true
+ '[' -s /tmp/error.log ']'
./utils/check-test-code-style.sh
+ find t -name '*.t' -exec grep -E '\-\-\-\s+(SKIP|ONLY|LAST|FIRST)$' '{}' +
+ true
+ '[' -s /tmp/error.log ']'
+ find t -name '*.t' -exec ./utils/reindex '{}' +
+ grep done. /tmp/check.log
+ true
+ '[' -s /tmp/error.log ']'
[ info ] lint -> [ Done ]

Comment thread t/admin/ssl4.t
@juststillthinking

Copy link
Copy Markdown
Contributor

@Fabriceli Please fix the ci

@Fabriceli

Copy link
Copy Markdown
Contributor Author

@Fabriceli Please fix the ci

done

Comment thread t/admin/ssl4.t Outdated
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.

3 participants