Skip to content

Conversation

@pmpMsft
Copy link
Contributor

@pmpMsft pmpMsft commented Oct 6, 2022


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
The precondition is to put your code inside this repository and upgrade the version in the pull request but do not modify src/index.json.

@yonzhan
Copy link
Collaborator

yonzhan commented Oct 6, 2022

connectedk8s

@pmpMsft pmpMsft marked this pull request as ready for review October 7, 2022 18:33
@wangzelin007
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@pmpMsft pmpMsft force-pushed the feature/connectedK8s/customCert branch from 2fa6cf8 to fa44465 Compare October 10, 2022 22:44
@pmpMsft pmpMsft changed the title updating proxy-cert param for connectedK8s Adding an alias(custom-ca-cert) for proxy-cert param for connectedK8s Oct 11, 2022
c.argument('http_proxy', options_list=['--proxy-http'], arg_group='Proxy', help='Http proxy URL to be used.')
c.argument('no_proxy', options_list=['--proxy-skip-range'], arg_group='Proxy', help='List of URLs/CIDRs for which proxy should not to be used.')
c.argument('proxy_cert', options_list=['--proxy-cert'], arg_group='Proxy', type=file_type, completer=FilesCompleter(), help='Path to the certificate file for proxy')
c.argument('proxy_cert', options_list=['--proxy-cert', '--custom-ca-cert'], arg_group='Proxy', type=file_type, completer=FilesCompleter(), help='Path to the certificate file for proxy or custom Certificate Authority')

Choose a reason for hiding this comment

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

do we need a new parameter in case user wants to pass in proxy cert and custom ca cert?

Copy link
Member

Choose a reason for hiding this comment

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

there can be multiple certs combined in one .crt file. Agents code base just accepts one file now. If there is a need, the user will be combining multiple certs in to one file

@zhoxing-ms zhoxing-ms merged commit f3b5980 into Azure:main Oct 12, 2022
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.

6 participants