forked from canonical/oci-factory
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into update-1739278823
- Loading branch information
Showing
19 changed files
with
347 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Upstream CVEs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"2-22.04": { | ||
"end-of-life": "2025-05-01T00:00:00Z", | ||
"stable": { | ||
"target": "1" | ||
}, | ||
"candidate": { | ||
"target": "1" | ||
}, | ||
"edge": { | ||
"target": "1" | ||
}, | ||
"beta": { | ||
"target": "2-22.04_candidate" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
notify: | ||
emails: | ||
- identity.charmers@lists.launchpad.net | ||
mattermost-channels: | ||
- ofi4for9obfq8m978h318x56ar | ||
maintainers: | ||
- canonical-iam |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
version: 1 | ||
application: glauth | ||
is_chiselled: True | ||
description: | | ||
Go-lang LDAP Authentication (GLAuth) is a secure, easy-to-use, LDAP server w/ configurable | ||
backends. Use it to centralize account management across your Linux servers, your OSX machines, | ||
and your support applications (Jenkins, Apache/Nginx, Graylog2, and many more!). | ||
* Centrally manage accounts across your infrastructure | ||
* Centrally manage SSH keys, Linux accounts, and passwords for cloud servers. | ||
* Lightweight alternative to OpenLDAP and Active Directory for development, or a homelab. | ||
* Store your user directory in a file, local or in S3; SQL database; or proxy to existing LDAP servers. | ||
* Two Factor Authentication (transparent to applications) | ||
* Multiple backends can be chained to inject features | ||
docker: | ||
parameters: | ||
- -p 3893:3893 # ldap | ||
- -p 3894:3894 # ldaps | ||
- -p 5555:5555 # ui and prometheus metrics | ||
access: Access the LDAP server on "ldap://localhost:3893" | ||
parameters: | ||
- type: -p | ||
value: '3893:3893' | ||
description: LDAP port. | ||
- type: -p | ||
value: '3894:3894' | ||
description: LDAPS port. | ||
- type: -p | ||
value: '5555:5555' | ||
description: UI and metrics port. | ||
- type: -v | ||
value: '/path/to/glauth/config.cfg:/glauth.cfg' | ||
description: > | ||
GLAuth config contains all the information needed to successfully configure a basic LDAP | ||
server, see https://github.com/glauth/glauth/blob/master/v2/sample-simple.cfg as a reference | ||
- type: CMD | ||
value: "glauth -c /glauth.cfg" | ||
description: > | ||
Launch GLAuth server with a set config. | ||
debug: | ||
text: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 1 | ||
upload: | ||
- source: "canonical/glauth-rock" | ||
commit: 388696fcf8976768cf84d551bde84f0bf1ae2e35 | ||
directory: . | ||
release: | ||
2-22.04: | ||
risks: | ||
- stable | ||
- candidate | ||
- edge | ||
end-of-life: "2025-05-01T00:00:00Z" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
version: 1 | ||
upload: | ||
- source: canonical/grafana-agent-rock | ||
commit: d3c1eaec89c38897141ff2b5b2e549664dea3992 | ||
directory: 0.43.4 | ||
commit: c47016c42c66c2d2b9a8f3bba6ed48feca714f9f | ||
directory: 0.44.2 | ||
release: | ||
0-24.04: | ||
end-of-life: '2025-03-12T00:00:00Z' | ||
end-of-life: '2025-05-02T00:00:00Z' | ||
risks: | ||
- stable | ||
0.43-24.04: | ||
end-of-life: '2025-03-12T00:00:00Z' | ||
0.44-24.04: | ||
end-of-life: '2025-05-02T00:00:00Z' | ||
risks: | ||
- stable | ||
0.43.4-24.04: | ||
end-of-life: '2025-03-12T00:00:00Z' | ||
0.44.2-24.04: | ||
end-of-life: '2025-05-02T00:00:00Z' | ||
risks: | ||
- stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.