Ryan Richard
35c23a58e8
switch from CLA to DCO
...
CodeQL / Analyze (go) (push) Failing after 2m6s
CodeQL / Analyze (javascript) (push) Failing after 1m35s
Signed-off-by: Ryan Richard <richardry@vmware.com >
2026-04-29 10:03:07 -07:00
Ryan Richard
4fe8167f60
account for move of repo from vmware-tanzu to vmware on GitHub
2025-08-02 15:08:15 -07:00
Ryan Richard
d1a14413fb
update docs for new internal CI
2025-06-26 12:45:27 -07:00
Ryan Richard
ff0e849730
changes related to migrating CI code from private repo to ci branch
2024-10-29 13:28:47 -07:00
Ryan Richard
73e7aeca6e
add doc for how to use GoLand to run integration tests
2024-05-06 11:50:39 -07:00
Ryan Richard
2aa87dd069
update CI URL in CONTRIBUTING.md
2024-01-19 11:34:47 -08:00
Ryan Richard
4512eeca9a
Replace agouti and chromedriver with chromedp across the whole project
2023-08-01 11:27:09 -07:00
Ryan Richard
8c7fbd2c0c
pause community meeting for a little while
2022-07-25 12:07:18 -07:00
Víctor Martínez Bevià
dc24397df4
Use vmware-tanzu/carvel instead of the deprecated k14/tap to install deps with brew
2022-04-05 16:43:22 +02:00
Ryan Richard
b1310877d8
Add docs for how to run specific integration test(s) to CONTRIBUTING.md
2022-03-21 09:33:26 -07:00
Ryan Richard
f64779cba7
small updates to CONTRIBUTING.md
2022-03-18 14:27:33 -07:00
Ryan Richard
3f4e6cf367
Fix a typo in CONTRIBUTING.md from a recent commit: comma in wrong place
2022-02-15 16:45:49 -08:00
Ryan Richard
b0c36c6633
Fix int test that was failing on MacOS, and some small doc changes
2022-02-15 11:19:49 -08:00
Monis Khan
cd686ffdf3
Force the use of secure TLS config
...
This change updates the TLS config used by all pinniped components.
There are no configuration knobs associated with this change. Thus
this change tightens our static defaults.
There are four TLS config levels:
1. Secure (TLS 1.3 only)
2. Default (TLS 1.2+ best ciphers that are well supported)
3. Default LDAP (TLS 1.2+ with less good ciphers)
4. Legacy (currently unused, TLS 1.2+ with all non-broken ciphers)
Highlights per component:
1. pinniped CLI
- uses "secure" config against KAS
- uses "default" for all other connections
2. concierge
- uses "secure" config as an aggregated API server
- uses "default" config as a impersonation proxy API server
- uses "secure" config against KAS
- uses "default" config for JWT authenticater (mostly, see code)
- no changes to webhook authenticater (see code)
3. supervisor
- uses "default" config as a server
- uses "secure" config against KAS
- uses "default" config against OIDC IDPs
- uses "default LDAP" config against LDAP IDPs
Signed-off-by: Monis Khan <mok@vmware.com >
2021-11-17 16:55:35 -05:00
Mo Khan and GitHub
71f7ea686d
Fix typo in community meeting time
2021-11-04 12:02:46 -04:00
Mo Khan and GitHub
d5d957f6ee
Fix CONTRIBUTING zoom link
2021-11-04 11:53:14 -04:00
Ryan Richard
871a9fb0c6
Simplify the main README.md to reduce duplication with website
2021-08-27 15:52:51 -07:00
Matt Moyer and GitHub
9968c0d234
Fix my fix 🤦🏻 .
2021-06-02 11:06:03 -05:00
Matt Moyer and GitHub
193fcb87bb
Fix a typo on the "Community Meetings" time.
...
We had "PT" twice, when one of them should have been "ET".
2021-06-02 11:05:29 -05:00
Ryan Richard
7b7901af36
Add -timeout 0 when describing how to run integration tests
...
Because otherwise `go test` will panic/crash your test if it takes
longer than 10 minutes, which is an annoying way for an integration
test to fail since it skips all of the t.Cleanup's.
2021-03-03 12:53:41 -08:00
Ryan Richard
57453773ea
CONTRIBUTING.md: remove mention of Tilt, since it isn't working well
2021-03-03 12:53:41 -08:00
Matt Moyer
3721632de2
Move scope doc out of website to SCOPE.md.
...
This is contributor-focused, so we decided to move it into GitHub only for now.
Signed-off-by: Matt Moyer <moyerm@vmware.com >
2021-02-23 11:11:07 -06:00
Nanci Lancaster
8b4024bf82
Updated the community meeting info with new zoom link and agenda notes
...
Signed-off-by: Nanci Lancaster <nancil@vmware.com >
2021-01-29 16:07:23 -06:00
Margo Crawford and Andrew Keesler
152838e998
CONTRIBUTING.md: add missing integration test dependencies
...
Also alphabetize dependencies because sorting wins.
Signed-off-by: Andrew Keesler <akeesler@vmware.com >
2020-12-17 13:59:23 -05:00
Rajat Goyal
31810a97e1
Remove duplicate docs from the repo and change all links to point to the Hugo site
2020-12-02 23:58:19 +05:30
Matt Moyer and GitHub
cd970616da
Merge pull request #149 from mattmoyer/oidc-cli-part-2
...
Finish initial OIDC CLI client implementation.
2020-10-14 13:40:12 -05:00
Ryan Richard and GitHub
a197a26335
Change community meeting time
...
And some other general cleanup
2020-10-14 09:54:09 -07:00
Matt Moyer
33fcc74417
Add Dex to our integration test environment and use it to test the CLI.
...
Signed-off-by: Matt Moyer <moyerm@vmware.com >
2020-10-13 16:50:38 -05:00
Ryan Richard
34549b779b
Make tilt work with the supervisor app and add more uninstall testing
...
- Also continue renaming things related to the concierge app
- Enhance the uninstall test to also test uninstalling the supervisor
and local-user-authenticator apps
2020-10-09 14:25:34 -07:00
Matt Moyer
b0a4ae13c5
Add Tilt-based local dev workflow.
...
Signed-off-by: Matt Moyer <moyerm@vmware.com >
2020-10-05 16:34:33 -05:00
Matt Moyer
fe12f85c70
Rename the CoC and contributor guide to the names GitHub recognizes.
...
These special names are recognized by GitHub, for example on https://github.com/vmware-tanzu/pinniped/community .
Signed-off-by: Matt Moyer <moyerm@vmware.com >
2020-10-02 15:53:48 -05:00